Created
November 6, 2017 06:33
-
-
Save michaelasper/aa203e1d4e11bd8c5b0417cf2e98a983 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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