Vim remap escape key


/ Published in: Other
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. map! <S-space> <esc>

URL: http://www.vim.org/tips/tip.php?tip_id=285

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.