From 48817ba2f810ec07bac5e33bb7d5d60036fc3562 Mon Sep 17 00:00:00 2001 From: Mathias Scheider Date: Wed, 8 Apr 2026 23:26:36 +0200 Subject: [PATCH] update --- {(Neo) Vim => Vim & Neovim}/Vim Guide.md | 16 +++++++++++++++- ...in Neovim with Telescope and Quickfix List.md | 0 .../_alt/VIM Cheat Sheet.md | 0 .../_alt/Vim Cheatsheet.md | 0 .../Vimgrep - Suchen über mehrere Dateien.md | 0 {(Neo) Vim => Vim & Neovim}/neovim-setup.md | 0 6 files changed, 15 insertions(+), 1 deletion(-) rename {(Neo) Vim => Vim & Neovim}/Vim Guide.md (89%) rename {(Neo) Vim => Vim & Neovim}/_alt/Project-Wide Find and Replace in Neovim with Telescope and Quickfix List.md (100%) rename {(Neo) Vim => Vim & Neovim}/_alt/VIM Cheat Sheet.md (100%) rename {(Neo) Vim => Vim & Neovim}/_alt/Vim Cheatsheet.md (100%) rename {(Neo) Vim => Vim & Neovim}/_alt/Vimgrep - Suchen über mehrere Dateien.md (100%) rename {(Neo) Vim => Vim & Neovim}/neovim-setup.md (100%) 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 b393fb1..d5d4e92 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