5 ms·
Nice. I did something similar w/ tmux: map the prefix key to C-a and map CapsLock key to Ctrl (never found real use for it). So Ctrl-a (actually CapsLock-a) is
by shiloa 7y ago
Nice.
I did something similar w/ tmux: map the prefix key to C-a and map CapsLock key to Ctrl (never found real use for it). So Ctrl-a (actually CapsLock-a) is very ergonomically pleasant.
- smabie 7y agoWhat about moving to the beginning of a line?
- jlgaddis 7y agoI did the same thing but I also mapped Ctrl-\ to send the "prefix" (helpful for neated tmux sessions), so I just hit Ctrl-\ for beginning of line. (Although this seems to have broken in recent tmux releases on Debian (3.x?) and I haven't looked into yet.)
- shiloa 7y agoCtrl-a + Ctrl-a, works like a charm :)