Skip to content

Commit

Permalink
Fix ctrl-space remap for omnicomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
sentientmonkey committed Oct 30, 2016
1 parent ef28625 commit 7ffc2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -162,7 +162,8 @@ let g:rbpt_colorpairs = [
\ ['red', 'firebrick3'],
\ ]

inoremap <C-Space> <C-x><C-o>
inoremap <Ctrl-Space> <C-x><C-o>
inoremap <C-@> <C-x><C-o>
imap <buffer> <Nul> <C-Space>
smap <buffer> <Nul> <C-Space>
Expand Down

0 comments on commit 7ffc2d0

Please sign in to comment.