This repository has been archived on 2022-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
site-posts/Escape-CapsLock swap.html

17 lines
429 B
HTML

<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>