add basic vim requirements to vim

This commit is contained in:
Malin Freeborn 2025-04-30 15:39:11 +02:00
parent 63e4c409bb
commit 1dfdac516b
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
5 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: "vim completion"
tags: [ "vim", "completion" ]
requires: [ "vim basics" ]
---
Complete the word by searching for the *n*ext similar word:

View File

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

View File

@ -1,6 +1,7 @@
---
title: "vim search"
tags: [ "vim", "search" ]
requires: [ "vim basics" ]
---
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.

View File

@ -1,6 +1,7 @@
---
title: "vim in bash"
tags: [ "vim", "bash", "inputrc" ]
requires: [ "vim basics" ]
---
Put bash in vim mode!

View File

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