Last active
August 29, 2015 14:03
-
-
Save ttdoda/c9db22ed1668e2e29a76 to your computer and use it in GitHub Desktop.
Application Escape Key Mode改良試験用設定
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
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