vim: U
This commit is contained in:
parent
06b166602b
commit
2652b36ef6
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -228,6 +228,9 @@ nnoremap <Leader>u :UndotreeToggle<CR>
|
||||||
" inoremap <space> <space><c-g>u
|
" inoremap <space> <space><c-g>u
|
||||||
" inoremap <CR> <CR><c-g>u
|
" inoremap <CR> <CR><c-g>u
|
||||||
|
|
||||||
|
" U als un-undo und nicht als Großschreibung
|
||||||
|
nnoremap U :redo<Enter>
|
||||||
|
|
||||||
" ### Abbreviations
|
" ### Abbreviations
|
||||||
iabbrev ncicht nicht
|
iabbrev ncicht nicht
|
||||||
iabbrev nciht nicht
|
iabbrev nciht nicht
|
||||||
|
|
Loading…
Reference in a new issue