Add escape caps swap
This commit is contained in:
parent
ef79b4243b
commit
bf3f9ddce1
16
Escape-CapsLock swap.html
Normal file
16
Escape-CapsLock swap.html
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<div class="row no-gutters">
|
||||||
|
<div class="col">
|
||||||
|
|
||||||
|
<p>This is a simple one. If you use vim and want an easy way to use escape
|
||||||
|
faster, to exit out of insert mode and whatnot, try this (assuming you're on
|
||||||
|
linux)</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
setxkbmap -option caps:escape
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<p>Thats all there is to it. Throw that in ~/.xinitrc and that'll work in your
|
||||||
|
terminal emulator or graphical windows. Hope this helps!</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
Reference in New Issue
Block a user