Skip to content

Instantly share code, notes, and snippets.

@ttdoda
Last active August 29, 2015 14:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttdoda/c9db22ed1668e2e29a76 to your computer and use it in GitHub Desktop.
Save ttdoda/c9db22ed1668e2e29a76 to your computer and use it in GitHub Desktop.
Application Escape Key Mode改良試験用設定
let &t_SI .= "\e[?14004h"
let &t_EI .= "\e[?14004l"
inoremap <special> <Esc>[=27%~ <nop>
noremap <special> <Esc>[=27%~ <nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment