Skip to content

Commit

Permalink
feat(callisto): use vim-like arrow keys layer
Browse files Browse the repository at this point in the history
  • Loading branch information
youwen5 committed Dec 6, 2024
1 parent cdc2952 commit a5a6972
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/callisto/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@
rightalt = "layer(rightalt)";
};
rightalt = {
i = "up";
j = "left";
k = "down";
h = "left";
j = "down";
k = "up";
l = "right";
};
};
Expand Down

0 comments on commit a5a6972

Please sign in to comment.