From a5a69727a964f444f9baf8336c2e2ac95fffd49c Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 5 Dec 2024 23:57:21 -0800 Subject: [PATCH] feat(callisto): use vim-like arrow keys layer --- hosts/callisto/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index 7e50469..4e592ad 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -158,9 +158,9 @@ rightalt = "layer(rightalt)"; }; rightalt = { - i = "up"; - j = "left"; - k = "down"; + h = "left"; + j = "down"; + k = "up"; l = "right"; }; };