Used capital C for ctrl for consistency

This commit is contained in:
Kevin MacMartin 2014-07-31 01:57:01 -04:00
parent 539254078b
commit d101b03cbc

View file

@ -523,8 +523,8 @@
vnoremap <C-x> x
"remap ctrl-u and ctrl-w to safer alternatives
inoremap <C-u> <C-g>u<c-u>
inoremap <C-w> <C-g>u<c-w>
inoremap <C-u> <C-g>u<C-u>
inoremap <C-w> <C-g>u<C-w>
"}
"COMPLETION:{