sys.exit()

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
sys.exit() created a post, How to remap keys in the editor
Hi,I'd like to know how to remap shift+space to type an underscore. In Vim that was easy, just 'imap <S-Space> _' and done. On Mac OS X was slightly complicated, I had to mess with DefaultKeyBindin...