Sensibly, in neovim <C-Space> is Ctrl+space
dblume

dblume commited on 2024-03-16 01:18:59
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -296,7 +296,7 @@ set omnifunc=syntaxcomplete#Complete
296 296
 " autocmd CompleteDone * pclose
297 297
 
298 298
 " Omni completion via ctrl-space (in addition to ctrl-x ctrl-o)
299
-inoremap <Nul> <C-x><C-o>
299
+inoremap <C-Space> <C-x><C-o>
300 300
 
301 301
 " cscope
302 302
 if has("cscope")
303 303