Fixed Shift+U redo to not override Make Uppercase

This commit is contained in:
Ian 2012-07-03 15:40:13 -04:00
parent 3acebf860a
commit 557290b093
1 changed files with 1 additions and 2 deletions

View File

@ -99,8 +99,7 @@ map <C-l> <C-w>l
map <C-h> <C-w>h
"map Shift+U to redo
"Overwrites Make Uppercase
map <S-u> <C-r>
nnoremap <S-u> <C-r>
"Buffet shortcut
nnoremap <silent> <F2> :Bufferlist<CR>