diff --git a/home/guz-lite/keymaps.nix b/home/guz-lite/keymaps.nix index 5ac3063..5d5ed7c 100644 --- a/home/guz-lite/keymaps.nix +++ b/home/guz-lite/keymaps.nix @@ -15,11 +15,14 @@ { name = "main remaps"; remap = { + # Capslock as esc and ctrl on hold "CapsLock" = { held = "leftctrl"; alone = "esc"; alone_timeout_millis = 150; }; + # Esc to single- and double-quote + "Esc" = "grave"; }; } ];