shift-enter to insert line above cursor in GVim

This commit is contained in:
Pavel Lutskov
2020-08-18 14:54:16 +02:00
parent 709de2410f
commit 9ebb168c14

View File

@@ -179,6 +179,8 @@ nnoremap , <nop>
let maplocalleader = " "
nnoremap <space> <nop>
inoremap <s-cr> <c-o>O
nnoremap q <nop>
nnoremap Q <nop>
nnoremap Y y$