remove redundant Documentation tag
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "vim basics"
|
||||
tags: [ "Documentation", "vim", "basic" ]
|
||||
tags: [ "vim", "basic" ]
|
||||
---
|
||||
|
||||
1. Insert text by pressing `i`.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "vim navigation"
|
||||
tags: [ "Documentation", "vim" ]
|
||||
tags: [ "vim" ]
|
||||
---
|
||||
|
||||
| Move | Command |
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "vim completion"
|
||||
tags: [ "Documentation", "vim" ]
|
||||
tags: [ "vim" ]
|
||||
---
|
||||
|
||||
Complete the word by searching for the *n*ext similar word:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "vim search"
|
||||
tags: [ "Documentation", "vim" ]
|
||||
tags: [ "vim" ]
|
||||
---
|
||||
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "vim windows"
|
||||
tags: [ "Documentation", "vim" ]
|
||||
tags: [ "vim" ]
|
||||
---
|
||||
|
||||
| Command | Keys |
|
||||
|
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Vim Tricks"
|
||||
tags: [ "Documentation", "vim" ]
|
||||
tags: [ "vim" ]
|
||||
---
|
||||
|
||||
## Remote Editing
|
||||
|
Reference in New Issue
Block a user