This commit is contained in:
Michael Grote 2022-01-09 14:55:42 +01:00
parent 962a5530cf
commit 25c725ec8c

2
.vimrc
View file

@ -187,6 +187,8 @@ nnoremap <Leader>m :MarkdownPreviewToggle<CR>
cmap w!! w !sudo tee % > /dev/null cmap w!! w !sudo tee % > /dev/null
" Start interactive EasyAlign in visual mode (e.g. vipga) " Start interactive EasyAlign in visual mode (e.g. vipga)
xmap ga <Plug>(EasyAlign) xmap ga <Plug>(EasyAlign)
" lasse Y wie C oder D funktionieren
nmap Y y$
" ### Abbreviations " ### Abbreviations