Add Ctrl+Space insert mapping in vim for omnifunc
This commit is contained in:
parent
bbe25b933c
commit
2ad929e2ba
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ vnoremap > >gv
|
||||||
nnoremap <S-l> :L<cr>
|
nnoremap <S-l> :L<cr>
|
||||||
noremap <space> :
|
noremap <space> :
|
||||||
nnoremap <C-space> @:
|
nnoremap <C-space> @:
|
||||||
|
inoremap <C-space>
|
||||||
noremap Q @q
|
noremap Q @q
|
||||||
nnoremap <S-space> gQ
|
nnoremap <S-space> gQ
|
||||||
" This part is just supposed to make saving as inconvenient as possible
|
" This part is just supposed to make saving as inconvenient as possible
|
||||||
|
|
Loading…
Reference in a new issue