tag vim pages as TUI

This commit is contained in:
2026-04-16 15:04:58 +02:00
parent 5b13b2259c
commit 91bd01472b
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
---
title: "Interactive String Substitution"
tags: [ "data", "vim", "substitution" ]
tags: [ "data", "vim", "substitution", "replace", "TUI" ]
---
Want to find and replace, but also confirm each instance?

View File

@@ -1,6 +1,6 @@
---
title: "vim basics"
tags: [ "vim", "basic" ]
tags: [ "vim", "basic", "TUI" ]
---
## Instant nano replacement

View File

@@ -1,6 +1,6 @@
---
title: "vim completion"
tags: [ "vim", "completion" ]
tags: [ "vim", "completion", "TUI" ]
requires: [ "vim basics" ]
---

View File

@@ -1,6 +1,6 @@
---
title: "vim linewrap"
tags: [ "vim", "format", "linewrap" ]
tags: [ "vim", "format", "linewrap", "TUI" ]
requires: [ "vim basics" ]
---

View File

@@ -1,6 +1,6 @@
---
title: "vim navigation"
tags: [ "vim", "navigation" ]
tags: [ "vim", "navigation", "TUI" ]
requires: [ "vim basics" ]
---

View File

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

View File

@@ -1,6 +1,6 @@
---
title: "How to Learn `vim`"
tags: [ "vim", "learning" ]
tags: [ "vim", "learning", "TUI" ]
requires: [ "vim basics" ]
---

View File

@@ -1,6 +1,6 @@
---
title: "vim in bash"
tags: [ "vim", "bash", "inputrc" ]
tags: [ "vim", "bash", "inputrc", "TUI" ]
requires: [ "vim basics" ]
---

View File

@@ -1,6 +1,6 @@
---
title: "vim windows"
tags: [ "vim" ]
tags: [ "vim", "TUI" ]
requires: [ "vim basics" ]
---

View File

@@ -1,6 +1,6 @@
---
title: "Vim Tricks"
tags: [ "vim" ]
tags: [ "vim", "TUI" ]
requiered: [ "ssh" ]
---