Add Ctrl+Space insert mapping in vim for omnifunc

This commit is contained in:
Talia 2023-06-20 11:34:36 +02:00
parent bbe25b933c
commit 2ad929e2ba
1 changed files with 1 additions and 0 deletions

View File

@ -564,6 +564,7 @@ vnoremap > >gv
nnoremap <S-l> :L<cr>
noremap <space> :
nnoremap <C-space> @:
inoremap <C-space> 
noremap Q @q
nnoremap <S-space> gQ
" This part is just supposed to make saving as inconvenient as possible