Vim - Keymapping ESC to CAPS LOCK - GNU/Linux

Users browsing this thread: 1 Guest(s)
rwzy
Members
I find that having caps lock mapped to control is also as conveninent as having it mapped to escape. So I use xcape to have left control act as escape if tapped by itself or as control if used in a chord (ctrl-a). You will of course need to map caps lock to control beforehand though:
Code:
setxkbmap -option 'ctrl:nocaps'
Check http://geekhack.org/index.php?topic=41685.0 and http://www.emacswiki.org/emacs/MovingTheCtrlKey for other systems.
/vim/ noun informal
not just an editor, 'tis but a way of »life»!



Messages In This Thread
Vim - Keymapping ESC to CAPS LOCK - by Dritz - 10-08-2014, 08:34 PM
RE: Vim - Keymapping ESC to CAPS LOCK - by venam - 11-08-2014, 02:05 AM
RE: Vim - Keymapping ESC to CAPS LOCK - by rwzy - 11-08-2014, 06:03 AM
RE: Vim - Keymapping ESC to CAPS LOCK - by Dritz - 11-08-2014, 03:12 PM