tag vim pages as TUI
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Interactive String Substitution"
|
title: "Interactive String Substitution"
|
||||||
tags: [ "data", "vim", "substitution" ]
|
tags: [ "data", "vim", "substitution", "replace", "TUI" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
Want to find and replace, but also confirm each instance?
|
Want to find and replace, but also confirm each instance?
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "vim basics"
|
title: "vim basics"
|
||||||
tags: [ "vim", "basic" ]
|
tags: [ "vim", "basic", "TUI" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
## Instant nano replacement
|
## Instant nano replacement
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "vim completion"
|
title: "vim completion"
|
||||||
tags: [ "vim", "completion" ]
|
tags: [ "vim", "completion", "TUI" ]
|
||||||
requires: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "vim linewrap"
|
title: "vim linewrap"
|
||||||
tags: [ "vim", "format", "linewrap" ]
|
tags: [ "vim", "format", "linewrap", "TUI" ]
|
||||||
requires: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "vim navigation"
|
title: "vim navigation"
|
||||||
tags: [ "vim", "navigation" ]
|
tags: [ "vim", "navigation", "TUI" ]
|
||||||
requires: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "find and replace"
|
title: "find and replace"
|
||||||
tags: [ "vim", "search", "replace", "find" ]
|
tags: [ "vim", "search", "replace", "find", "TUI" ]
|
||||||
requires: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.
|
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "How to Learn `vim`"
|
title: "How to Learn `vim`"
|
||||||
tags: [ "vim", "learning" ]
|
tags: [ "vim", "learning", "TUI" ]
|
||||||
requires: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "vim in bash"
|
title: "vim in bash"
|
||||||
tags: [ "vim", "bash", "inputrc" ]
|
tags: [ "vim", "bash", "inputrc", "TUI" ]
|
||||||
requires: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "vim windows"
|
title: "vim windows"
|
||||||
tags: [ "vim" ]
|
tags: [ "vim", "TUI" ]
|
||||||
requires: [ "vim basics" ]
|
requires: [ "vim basics" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "Vim Tricks"
|
title: "Vim Tricks"
|
||||||
tags: [ "vim" ]
|
tags: [ "vim", "TUI" ]
|
||||||
requiered: [ "ssh" ]
|
requiered: [ "ssh" ]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user