This commit is contained in:
2026-04-27 01:30:33 +02:00
parent 9e29b8b096
commit 49e7930541
80 changed files with 924 additions and 703 deletions

View File

@@ -5,7 +5,7 @@ tags:
- completion
- TUI
requires:
- vim
- writing/vim.md
---
Complete the word by searching for the *n*ext similar word:

View File

@@ -6,7 +6,7 @@ tags:
- linewrap
- TUI
requires:
- vim
- writing/vim.md
---
Wrap lines in a file to 80 characters with `gqG`.

View File

@@ -5,7 +5,7 @@ tags:
- navigation
- TUI
requires:
- vim
- writing/vim.md
---
| Move | Command |

View File

@@ -7,7 +7,7 @@ tags:
- find
- TUI
requires:
- vim
- writing/vim.md
---
Search for the next and or previous occurrence of the word under your cursor with `*` and `#`.

View File

@@ -5,7 +5,7 @@ tags:
- learning
- TUI
requires:
- vim
- writing/vim.md
---
1. Uninstall `vim`.

View File

@@ -6,7 +6,7 @@ tags:
- inputrc
- TUI
requires:
- vim
- writing/vim.md
---
Put bash in vim mode!

View File

@@ -4,7 +4,7 @@ tags:
- vim
- TUI
requires:
- vim
- writing/vim.md
---
| Command | Keys |