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 | +