Tagged Questions
0
votes
0answers
24 views
Win7: Map Capslock to ESC AND Ctrl [duplicate]
On OS-X, using a combination of software, you can re-map the CapsLock key to be dual function - A quick press+release sends an ESC, but press+hold+another key sends a ctrl-key (see Remap CapsLock(tap) ...
0
votes
1answer
120 views
How do I map the <compose> key to <esc> in vim?
I currently have my capslock key bound to [compose] using xmodmap. Compose is good when typing scientific stuff, as I can quickly write things like 275°K.
But it's not useful when programming. When I ...
1
vote
1answer
402 views
Vim switch y and z
Is there a way to teach vim to switch usage of y and z? So for example yy would save a file, ya would toggle etc.. This would be much more usable with my German keyboard layout.
What other technique ...
1
vote
3answers
1k views
Mapping specific keyboard key to vim
I've got a tremendous keyboard: Microsoft Ergonomic keybord 4000. I'm also a intensive vim user on fedora.
The keyboard have a switch - FLock - that change the value for all - keys. Once switch they ...
0
votes
1answer
440 views
unmapping in Vim
I am in the habit of using both querty and dvorak keyboard mappings on my computer, and would like to make a function in vim, that remaps
h to d, j to h, k to t, and l to n. I would also like a ...
3
votes
3answers
2k views
I just got a Mac! How do I do “end” , “home”, “page up” and “page down” in my terminal/VIM editor?
I write a lot of python in my VIM, on the terminal.
What do I do?