mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 10:47:35 +00:00
Fixed Shift+U redo to not override Make Uppercase
This commit is contained in:
parent
3acebf860a
commit
557290b093
@ -99,8 +99,7 @@ map <C-l> <C-w>l
|
|||||||
map <C-h> <C-w>h
|
map <C-h> <C-w>h
|
||||||
|
|
||||||
"map Shift+U to redo
|
"map Shift+U to redo
|
||||||
"Overwrites Make Uppercase
|
nnoremap <S-u> <C-r>
|
||||||
map <S-u> <C-r>
|
|
||||||
|
|
||||||
"Buffet shortcut
|
"Buffet shortcut
|
||||||
nnoremap <silent> <F2> :Bufferlist<CR>
|
nnoremap <silent> <F2> :Bufferlist<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user