make header format yaml

This commit is contained in:
2026-04-20 11:24:45 +02:00
parent 0bd5b53092
commit fb96f1bd78
179 changed files with 810 additions and 403 deletions

View File

@@ -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:

View File

@@ -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`.

View File

@@ -1,7 +1,11 @@
---
title: "vim navigation"
tags: [ "vim", "navigation", "TUI" ]
requires: [ "vim" ]
title: vim navigation
tags:
- vim
- navigation
- TUI
requires:
- vim
---
| Move | Command |

View File

@@ -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 `#`.

View File

@@ -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`.

View File

@@ -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!

View File

@@ -1,7 +1,10 @@
---
title: "vim windows"
tags: [ "vim", "TUI" ]
requires: [ "vim" ]
title: vim windows
tags:
- vim
- TUI
requires:
- vim
---
| Command | Keys |