fix vim titles

This commit is contained in:
Malin Freeborn 2022-02-03 20:10:35 +01:00
parent 9a77061a51
commit c11bc0a1d4
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
6 changed files with 4 additions and 25 deletions

View File

@ -1,5 +1,5 @@
---
title: "navigate"
title: "vim navigation"
tags: [ "Documentation", "vim" ]
---

View File

@ -1,5 +1,5 @@
---
title: "completion"
title: "vim completion"
tags: [ "Documentation", "vim" ]
---

View File

@ -1,15 +0,0 @@
---
title: "screens"
tags: [ "Documentation", "vim" ]
---
Make a horizontal split with:
> :sp
> C-w s
Or a vertical split with:
> :vsp
> C-w v

View File

@ -1,5 +1,5 @@
---
title: "search"
title: "vim search"
tags: [ "Documentation", "vim" ]
---
Search and replace the first 'one' found with 'two':

View File

@ -1,5 +1,5 @@
---
title: "windows"
title: "vim windows"
tags: [ "Documentation", "vim" ]
---

View File

@ -1,6 +0,0 @@
---
title: "vim"
tags: [ "Documentation", "vim" ]
---
Describe what you want, then press as few keys as possible.