Skip to content

Instantly share code, notes, and snippets.

@michaelasper
Created October 5, 2017 18:11
Show Gist options
  • Select an option

  • Save michaelasper/842c9fbcf244b7ec0624c52c72e640c5 to your computer and use it in GitHub Desktop.

Select an option

Save michaelasper/842c9fbcf244b7ec0624c52c72e640c5 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