From bf3f9ddce1ef6afe0f516b7e158e87c73902925e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 26 Dec 2022 20:16:57 -0500 Subject: [PATCH] Add escape caps swap --- Escape-CapsLock swap.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Escape-CapsLock swap.html diff --git a/Escape-CapsLock swap.html b/Escape-CapsLock swap.html new file mode 100644 index 0000000..921af9d --- /dev/null +++ b/Escape-CapsLock swap.html @@ -0,0 +1,16 @@ +
+
+ +

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)

+ +
+ setxkbmap -option caps:escape +
+ +

Thats all there is to it. Throw that in ~/.xinitrc and that'll work in your +terminal emulator or graphical windows. Hope this helps!

+ +
+