Skip to content

Instantly share code, notes, and snippets.

@michaelasper
Created November 6, 2017 06:33
Show Gist options
  • Save michaelasper/aa203e1d4e11bd8c5b0417cf2e98a983 to your computer and use it in GitHub Desktop.
Save michaelasper/aa203e1d4e11bd8c5b0417cf2e98a983 to your computer and use it in GitHub Desktop.
if has("gui_running")
" C-Space seems to work under gVim on both Linux and win32
inoremap <C-Space> <C-n>
else " no gui
if has("unix")
inoremap <Nul> <C-n>
else
" I have no idea of the name of Ctrl-Space elsewhere
endif
endif
set mouse=a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment