Tagged Questions

5
votes
3answers
2k views

Can Windows key be mapped in Vim?

Using Windows key as Meta is very useful in Emacs, is there the way to do it in Vim?
2
votes
2answers
55 views

VIM - How do I assign different mappings for a key depending on whether the line is empty?

I want to assign different commands depending on context. I'm trying to do something like this: if line is empty: map x key to y command else map x key to z command
1
vote
2answers
145 views

Certain key mappings not working in MacVim

I've recently switched to using a Mac at work from previously using Linux. I found out about MacVim (from http://code.google.com/p/macvim/) and have been trying to port over my previous keymappings. ...