Tagged Questions
The key-mapping tag has no wiki summary.
11
votes
8answers
2k views
Colemak keyboards with Emacs or VIM [closed]
I've been crossing things out on my TODO list. I've recently picked up Colemak. Next I wanted to learn Vim or Emacs. I was leaning towards Vim, however one of its benefits are sticking to the home ...
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?
3
votes
3answers
1k views
Remote Unix Terminal Key Mapping
This has always bugged me. When I ssh or telnet to a Unix server (whatever flavour) it always manages to guess correctly the terminal type I am logging in from and so the keyboard always acts ...
2
votes
2answers
54 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
2
votes
13answers
653 views
Mac/Windows Switching
About 2 years ago I dropped windows from my home PC and switched 100% to linux (fedora, then ubuntu) - The missus wasn't too happy but she got used to it and learned a thing or two. Then about 6 ...
1
vote
2answers
141 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.
...