Skip to content

Instantly share code, notes, and snippets.

@tedkulp
Last active December 27, 2015 07:49
Show Gist options
  • Save tedkulp/7292057 to your computer and use it in GitHub Desktop.
Save tedkulp/7292057 to your computer and use it in GitHub Desktop.
Getting c-space and s-space working on console vim with iterm2.
:map ✠ <S-Space>
:map! ✠ <S-Space>
:vmap ✠ <S-Space>
:map ✡ <C-Space>
:map! ✡ <C-Space>
:vmap ✡ <C-Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment