Tagged Questions
The colemak 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 ...
11
votes
17answers
3k views
Keyboard layout [closed]
Similar but different to Keyboard for programmers, simply put, what keyboard layout is the best?
I'm using Colemak and it's good but I don't think it's actually faster than Qwerty. Dvorak was ...
5
votes
1answer
127 views
Vim: set langmap=e;h breaks supertab plugin
I am new to Vim and trying to set up some plugins. So far I have installed pathogen, pyflakes and supertab. The latter does not seem to work; pressing tab while in insert mode simply writes the string ...
4
votes
1answer
99 views
How do you move the prefix argument to a different key in Emacs?
I'm using an alternate keyboard layout (Colemak) and I want to move the universal-argument command to a different key in Emacs, C-l instead of C-u. I tried the following, but it doesn't let me chain ...
2
votes
1answer
201 views
Show pressed keys in VIM normal mode statusline
I use VIM, the Colemak keyboard layout, and a Microsoft Natural 4000 keyboard. Since the Natural 4000 has differently-shaped keys, I could not change the keycaps. This means each key is labeled with ...
2
votes
1answer
415 views
Emacs define-key, Viper-mode key binding
I'm trying to learn emacs, getting vi custom key bindings.
Using Viper-mode, what is the correct way to re-bind a key? (I'm using Colemak keyboard layout(instead of qwerty) so have to change things ...
1
vote
2answers
44 views
Remapping of vim direction keys is not honored by viewport navigation
I am using colemak and thus I have remapped my direction keys like so
noremap n h
noremap e j
noremap i k
noremap o l
noremap h n
noremap j e
noremap k i
noremap l o
The problem is that these ...