Tagged Questions
3
votes
2answers
3k views
How to map ALT key in .vimrc?
In order to be able add blank lines without going into insertion mode, I'm trying to map ALT-o and ALT-O to o<ESC> and o<ESC>
I've tried the following in my .vimrc
map <M-o> ...