diff --git a/(Neo) Vim/Vim Guide.md b/Vim & Neovim/Vim Guide.md similarity index 89% rename from (Neo) Vim/Vim Guide.md rename to Vim & Neovim/Vim Guide.md index c4f913d..c55e483 100644 --- a/(Neo) Vim/Vim Guide.md +++ b/Vim & Neovim/Vim Guide.md @@ -158,4 +158,18 @@ set smartcase " ...außer du tippst einen Großbuchstaben --- ### Profi-Tipp: Befehlsbuffer -Wenn du einen komplexen Ex-Befehl (mit `:`) getippt hast und ihn bearbeiten willst, drücke im Normal-Modus `q:`. Es öffnet sich ein Fenster mit der Historie deiner Befehle, die du wie normalen Text bearbeiten und mit `Enter` neu ausführen kannst. \ No newline at end of file +Wenn du einen komplexen Ex-Befehl (mit `:`) getippt hast und ihn bearbeiten willst, drücke im Normal-Modus `q:`. Es öffnet sich ein Fenster mit der Historie deiner Befehle, die du wie normalen Text bearbeiten und mit `Enter` neu ausführen kannst. + +## Notizzettel +- `:noh`: clear search highlighting +- `s`: delete and insert + - `s` Delete character under cursor, enter Insert mode + - `S` Delete entire current line, enter Insert mode (equivalent to cc) + - `{count}s` Delete count characters, enter Insert mode +- Use f (find) followed by the character you want to jump to. + - `f{char}` Jump to next occurrence of {char} on the current line + - `F{char}` Jump to previous occurrence of {char} on the current line + - `t{char}` Jump up to (one before) next occurrence of {char} + - `T{char}` Jump up to previous occurrence of {char} + - `;` Repeat last f/F/t/T forward + - `,` Repeat last f/F/t/T backward \ No newline at end of file diff --git a/(Neo) Vim/_alt/Project-Wide Find and Replace in Neovim with Telescope and Quickfix List.md b/Vim & Neovim/_alt/Project-Wide Find and Replace in Neovim with Telescope and Quickfix List.md similarity index 100% rename from (Neo) Vim/_alt/Project-Wide Find and Replace in Neovim with Telescope and Quickfix List.md rename to Vim & Neovim/_alt/Project-Wide Find and Replace in Neovim with Telescope and Quickfix List.md diff --git a/(Neo) Vim/_alt/VIM Cheat Sheet.md b/Vim & Neovim/_alt/VIM Cheat Sheet.md similarity index 100% rename from (Neo) Vim/_alt/VIM Cheat Sheet.md rename to Vim & Neovim/_alt/VIM Cheat Sheet.md diff --git a/(Neo) Vim/_alt/Vim Cheatsheet.md b/Vim & Neovim/_alt/Vim Cheatsheet.md similarity index 100% rename from (Neo) Vim/_alt/Vim Cheatsheet.md rename to Vim & Neovim/_alt/Vim Cheatsheet.md diff --git a/(Neo) Vim/_alt/Vimgrep - Suchen über mehrere Dateien.md b/Vim & Neovim/_alt/Vimgrep - Suchen über mehrere Dateien.md similarity index 100% rename from (Neo) Vim/_alt/Vimgrep - Suchen über mehrere Dateien.md rename to Vim & Neovim/_alt/Vimgrep - Suchen über mehrere Dateien.md diff --git a/(Neo) Vim/neovim-setup.md b/Vim & Neovim/neovim-setup.md similarity index 100% rename from (Neo) Vim/neovim-setup.md rename to Vim & Neovim/neovim-setup.md