mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-11 02:25:51 +00:00
use alt-l and alt-h in zellij locked mode
This commit is contained in:
parent
eea972492e
commit
cea08761bb
@ -155,6 +155,16 @@ in
|
||||
_args = [ "locked" ];
|
||||
};
|
||||
};
|
||||
"bind \"Alt l\"" = {
|
||||
MoveFocusOrTab = {
|
||||
_args = [ "Right" ];
|
||||
};
|
||||
};
|
||||
"bind \"Alt h\"" = {
|
||||
MoveFocusOrTab = {
|
||||
_args = [ "Left" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user