- Apr 6, 2002
- 7,141
- 1
- 0
In Vim, if I'm in insert mode and press Ctrl+N, it'll do code completion on whatever I've typed. Very handy, but I'm used to other editors where Ctrl+Spacebar does this and the spacebar is a lot easier to hit than the N key is. I've tried:
_ represents space
:map! ^V__ ^N <-- this maps JUST the spacebar to ^N, which is seriously annoying
:map! ^V<Space> ^N <-- this does nothing
HELP! :frown:
Edit: Many have tried, none have succeeded. Show your geekiness and make this work!
_ represents space
:map! ^V__ ^N <-- this maps JUST the spacebar to ^N, which is seriously annoying
:map! ^V<Space> ^N <-- this does nothing
HELP! :frown:
Edit: Many have tried, none have succeeded. Show your geekiness and make this work!