Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created December 18, 2012 11:53
Show Gist options
  • Select an option

  • Save saitoha/4327368 to your computer and use it in GitHub Desktop.

Select an option

Save saitoha/4327368 to your computer and use it in GitHub Desktop.
[sentimental-skk] vim integration (version 0.0.34 or later) http://pypi.python.org/pypi/sentimental-skk
let &t_ti = &t_ti . "\e[?8861h"
let &t_te = "\e[?8861l" . &t_te
map <special> <Esc>[8850~ <Nop>
imap <special> <Esc>[8850~ <Nop>
cmap <special> <Esc>[8850~ <Nop>
vmap <special> <Esc>[8850~ <Nop>
map <special> <Esc>[8851~ i
imap <special> <Esc>[8851~ <Nop>
cmap <special> <Esc>[8851~ <Nop>
vmap <special> <Esc>[8851~ <Esc>i
map <special> <Esc>[8852~ i
imap <special> <Esc>[8852~ <Nop>
cmap <special> <Esc>[8852~ <Nop>
vmap <special> <Esc>[8852~ <Esc>i
map <special> <Esc>[8853~ i
imap <special> <Esc>[8853~ <Nop>
cmap <special> <Esc>[8853~ <Nop>
vmap <special> <Esc>[8853~ <Esc>i
map <special> <Esc>[8854~ i
imap <special> <Esc>[8854~ <Nop>
cmap <special> <Esc>[8854~ <Nop>
vmap <special> <Esc>[8854~ <Esc>i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment