vim: abbreviations

This commit is contained in:
Michael Grote 2021-11-30 08:50:10 +01:00
parent 17fc5927f5
commit d1785596ea
2 changed files with 10 additions and 0 deletions

5
.vimrc
View file

@ -175,3 +175,8 @@ nnoremap cp :cp<CR>
nnoremap <Leader>sc :ShellCheck!<CR>
" ### markdown-preview
nnoremap <Leader>m :MarkdownPreviewToggle<CR>
" ### Abbreviations
iabbrev ncicht nicht
iabbrev nciht nicht

View file

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