We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

rhockens on 10/20/07


Tagged

vim vi remap keymappings


Versions (?)


Vim remap escape key


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.


  1. map! <S-space> <esc>

Report this snippet 

You need to login to post a comment.