mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Used capital C for ctrl for consistency
This commit is contained in:
parent
539254078b
commit
d101b03cbc
1 changed files with 2 additions and 2 deletions
|
@ -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:{
|
||||
|
|
Loading…
Reference in a new issue