make header format yaml
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
---
|
||||
title: "Ed: The Standard Editor"
|
||||
tags: [ "writing", "guide" ]
|
||||
title: Ed: The Standard Editor
|
||||
tags:
|
||||
- writing
|
||||
- guide
|
||||
---
|
||||
|
||||
`ed` was designed for real terminals, i.e. a typewriter.
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
---
|
||||
title: "Calendar"
|
||||
tags: [ "writing", "tex", "fun" ]
|
||||
requires: [ "tex_packages" ]
|
||||
title: Calendar
|
||||
tags:
|
||||
- writing
|
||||
- tex
|
||||
- fun
|
||||
requires:
|
||||
- tex_packages
|
||||
---
|
||||
|
||||
```sh
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "LaTeX Packages"
|
||||
tags: [ "writing" ]
|
||||
title: LaTeX Packages
|
||||
tags:
|
||||
- writing
|
||||
---
|
||||
|
||||
# Warm Up
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: "vim basics"
|
||||
tags: [ "vim", "basic", "TUI" ]
|
||||
title: vim basics
|
||||
tags:
|
||||
- vim
|
||||
- basic
|
||||
- TUI
|
||||
---
|
||||
|
||||
## Instant nano replacement
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
---
|
||||
title: "vim completion"
|
||||
tags: [ "vim", "completion", "TUI" ]
|
||||
requires: [ "vim" ]
|
||||
title: vim completion
|
||||
tags:
|
||||
- vim
|
||||
- completion
|
||||
- TUI
|
||||
requires:
|
||||
- vim
|
||||
---
|
||||
|
||||
Complete the word by searching for the *n*ext similar word:
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
---
|
||||
title: "vim linewrap"
|
||||
tags: [ "vim", "format", "linewrap", "TUI" ]
|
||||
requires: [ "vim" ]
|
||||
title: vim linewrap
|
||||
tags:
|
||||
- vim
|
||||
- format
|
||||
- linewrap
|
||||
- TUI
|
||||
requires:
|
||||
- vim
|
||||
---
|
||||
|
||||
Wrap lines in a file to 80 characters with `gqG`.
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
---
|
||||
title: "vim navigation"
|
||||
tags: [ "vim", "navigation", "TUI" ]
|
||||
requires: [ "vim" ]
|
||||
title: vim navigation
|
||||
tags:
|
||||
- vim
|
||||
- navigation
|
||||
- TUI
|
||||
requires:
|
||||
- vim
|
||||
---
|
||||
|
||||
| Move | Command |
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
---
|
||||
title: "find and replace with confirmation"
|
||||
tags: [ "vim", "search", "replace", "find", "TUI" ]
|
||||
requires: [ "vim" ]
|
||||
title: find and replace with confirmation
|
||||
tags:
|
||||
- vim
|
||||
- search
|
||||
- replace
|
||||
- find
|
||||
- TUI
|
||||
requires:
|
||||
- vim
|
||||
---
|
||||
|
||||
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
---
|
||||
title: "How to Learn `vim`"
|
||||
tags: [ "vim", "learning", "TUI" ]
|
||||
requires: [ "vim" ]
|
||||
title: How to Learn `vim`
|
||||
tags:
|
||||
- vim
|
||||
- learning
|
||||
- TUI
|
||||
requires:
|
||||
- vim
|
||||
---
|
||||
|
||||
1. Uninstall `vim`.
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
---
|
||||
title: "vim in bash"
|
||||
tags: [ "vim", "bash", "inputrc", "TUI" ]
|
||||
requires: [ "vim" ]
|
||||
title: vim in bash
|
||||
tags:
|
||||
- vim
|
||||
- bash
|
||||
- inputrc
|
||||
- TUI
|
||||
requires:
|
||||
- vim
|
||||
---
|
||||
|
||||
Put bash in vim mode!
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
---
|
||||
title: "vim windows"
|
||||
tags: [ "vim", "TUI" ]
|
||||
requires: [ "vim" ]
|
||||
title: vim windows
|
||||
tags:
|
||||
- vim
|
||||
- TUI
|
||||
requires:
|
||||
- vim
|
||||
---
|
||||
|
||||
| Command | Keys |
|
||||
|
||||
Reference in New Issue
Block a user