mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
feat(callisto): use vim-like arrow keys layer
This commit is contained in:
parent
cdc2952a43
commit
a5a69727a9
1 changed files with 3 additions and 3 deletions
|
@ -158,9 +158,9 @@
|
|||
rightalt = "layer(rightalt)";
|
||||
};
|
||||
rightalt = {
|
||||
i = "up";
|
||||
j = "left";
|
||||
k = "down";
|
||||
h = "left";
|
||||
j = "down";
|
||||
k = "up";
|
||||
l = "right";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue