How can I set keys to be remapped for one specific program in Linux? (More specifically Caps Lock -> Escape for gVim. I hit it accidentally too much to remap it in everything).
|
feedback
|
|
Check Vim's wiki on wikia.com.
There are some other interesting alternative ESC mappings as well. | |||||
feedback
|
|
you can write a simple bash script which can run the above mentioned solution whenever you run vim and remove the file after you close vlc. | |||
|
feedback
|