From d1785596eaeea5a81fdbfc201a94b4f7cc11d9c1 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 30 Nov 2021 08:50:10 +0100 Subject: [PATCH] vim: abbreviations --- .vimrc | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.vimrc b/.vimrc index 8bfb90b..ee7c9a6 100644 --- a/.vimrc +++ b/.vimrc @@ -175,3 +175,8 @@ nnoremap cp :cp nnoremap sc :ShellCheck! " ### markdown-preview nnoremap m :MarkdownPreviewToggle + + +" ### Abbreviations +iabbrev ncicht nicht +iabbrev nciht nicht diff --git a/README.md b/README.md index 06ad9d4..fc0d61b 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,14 @@ Leader = `,` | \\\\\ | Setze mehrfachen Cursor oder Ctrl-n dann Enter pro Cursor| # 3x \ | * | Suche Wort unter dem Cursor | +# Tipps +| Aktion | Erklärung | +| viw/vi'/vi$/vaX | Visual Selection bis x | + # tmux shortcuts | Shortcut | Befehl | | -- | -- | |Präfix+w | Schließe Windows | |Präfix+c/t |Öffne Windows | |Präfix+f |Suche in Pane Buffer | +