Using Windows key as Meta is very useful in Emacs, is there the way to do it in Vim?
|
1
|
|
|
|
|
|
You can use AutoHotkey to map the windows key to a different key. Only activate the mapping when vim is active:
|
||
|
|
|
|
I never used Vim, but the Windows key is equivalent to pressing Ctrl+Esc, so I guess you could do it if you can map Ctrl+Esc to the Meta function in Vim. |
||
|
|
|
Not quite sure, but the ctrl+esc key combo is a windows only key mapping. It won't help with vim |
||
|
|
