From 91bd01472bb212b3dfb8060c0372ad32fb1417fe Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 16 Apr 2026 15:04:58 +0200 Subject: [PATCH] tag vim pages as TUI --- data/interactive_string_substitution.md | 2 +- writing/vim.md | 2 +- writing/vim/completion.md | 2 +- writing/vim/linewrap.md | 2 +- writing/vim/navigate.md | 2 +- writing/vim/subs.md | 2 +- writing/vim/vi.md | 2 +- writing/vim/vim_in_bash.md | 2 +- writing/vim/windows.md | 2 +- writing/vim_tricks.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/data/interactive_string_substitution.md b/data/interactive_string_substitution.md index e4de4b5..44e58d5 100644 --- a/data/interactive_string_substitution.md +++ b/data/interactive_string_substitution.md @@ -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? diff --git a/writing/vim.md b/writing/vim.md index 0d96156..2dd8f28 100644 --- a/writing/vim.md +++ b/writing/vim.md @@ -1,6 +1,6 @@ --- title: "vim basics" -tags: [ "vim", "basic" ] +tags: [ "vim", "basic", "TUI" ] --- ## Instant nano replacement diff --git a/writing/vim/completion.md b/writing/vim/completion.md index ebe9ccc..5036532 100644 --- a/writing/vim/completion.md +++ b/writing/vim/completion.md @@ -1,6 +1,6 @@ --- title: "vim completion" -tags: [ "vim", "completion" ] +tags: [ "vim", "completion", "TUI" ] requires: [ "vim basics" ] --- diff --git a/writing/vim/linewrap.md b/writing/vim/linewrap.md index 3180171..3d04bf6 100644 --- a/writing/vim/linewrap.md +++ b/writing/vim/linewrap.md @@ -1,6 +1,6 @@ --- title: "vim linewrap" -tags: [ "vim", "format", "linewrap" ] +tags: [ "vim", "format", "linewrap", "TUI" ] requires: [ "vim basics" ] --- diff --git a/writing/vim/navigate.md b/writing/vim/navigate.md index e2bab0b..28e014c 100644 --- a/writing/vim/navigate.md +++ b/writing/vim/navigate.md @@ -1,6 +1,6 @@ --- title: "vim navigation" -tags: [ "vim", "navigation" ] +tags: [ "vim", "navigation", "TUI" ] requires: [ "vim basics" ] --- diff --git a/writing/vim/subs.md b/writing/vim/subs.md index f5614f2..bbbca1d 100644 --- a/writing/vim/subs.md +++ b/writing/vim/subs.md @@ -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 `#`. diff --git a/writing/vim/vi.md b/writing/vim/vi.md index a17d334..5e3c9ef 100644 --- a/writing/vim/vi.md +++ b/writing/vim/vi.md @@ -1,6 +1,6 @@ --- title: "How to Learn `vim`" -tags: [ "vim", "learning" ] +tags: [ "vim", "learning", "TUI" ] requires: [ "vim basics" ] --- diff --git a/writing/vim/vim_in_bash.md b/writing/vim/vim_in_bash.md index 1c2fbaa..f085860 100644 --- a/writing/vim/vim_in_bash.md +++ b/writing/vim/vim_in_bash.md @@ -1,6 +1,6 @@ --- title: "vim in bash" -tags: [ "vim", "bash", "inputrc" ] +tags: [ "vim", "bash", "inputrc", "TUI" ] requires: [ "vim basics" ] --- diff --git a/writing/vim/windows.md b/writing/vim/windows.md index efd432f..e9d054b 100644 --- a/writing/vim/windows.md +++ b/writing/vim/windows.md @@ -1,6 +1,6 @@ --- title: "vim windows" -tags: [ "vim" ] +tags: [ "vim", "TUI" ] requires: [ "vim basics" ] --- diff --git a/writing/vim_tricks.md b/writing/vim_tricks.md index e873e11..7805ebc 100644 --- a/writing/vim_tricks.md +++ b/writing/vim_tricks.md @@ -1,6 +1,6 @@ --- title: "Vim Tricks" -tags: [ "vim" ] +tags: [ "vim", "TUI" ] requiered: [ "ssh" ] ---