vim: abbreviations
This commit is contained in:
parent
17fc5927f5
commit
d1785596ea
2 changed files with 10 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
|
||||
|
|
Loading…
Reference in a new issue