remove redundant Documentation tag

This commit is contained in:
2025-02-11 20:47:50 +01:00
parent 9621cfc26a
commit ef7b424586
108 changed files with 108 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
---
title: "vim basics"
tags: [ "Documentation", "vim", "basic" ]
tags: [ "vim", "basic" ]
---
1. Insert text by pressing `i`.

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
---
title: "Vim Tricks"
tags: [ "Documentation", "vim" ]
tags: [ "vim" ]
---
## Remote Editing