/ Published in: Other
URL: http://www.vim.org/tips/tip.php?tip_id=285
Remap the escape in Vim to something other than the escape. In this case, to shift and space. Other suggestions in the Vim Tips Wiki.
Expand |
Embed | Plain Text
map! <S-space> <esc>
You need to login to post a comment.
