vim: backticks 2

This commit is contained in:
Michael Grote 2023-04-03 08:37:56 +02:00
parent fc861c65e0
commit 9302abcaec

4
.vimrc
View file

@ -202,6 +202,10 @@ let g:floaterm_keymap_toggle = '<F3>'
" toddle Undotree
nnoremap <F6> :UndotreeToggle<CR>
nnoremap <Leader>u :UndotreeToggle<CR>
" surround words with backticks
nnoremap <F8> ciw``<C-r>"``<Esc>
xnoremap <F8> c``<C-r>"``<Esc>
" ### Abbreviations
iabbrev ncicht nicht