mirror of
https://github.com/nmasur/dotfiles
synced 2026-02-05 12:19:47 +00:00
fix vertical pane navigation in zellij
This commit is contained in:
@@ -271,6 +271,16 @@ in
|
||||
_args = [ "Left" ];
|
||||
};
|
||||
};
|
||||
"bind \"Alt j\"" = {
|
||||
MoveFocus = {
|
||||
_args = [ "Down" ];
|
||||
};
|
||||
};
|
||||
"bind \"Alt k\"" = {
|
||||
MoveFocus = {
|
||||
_args = [ "Up" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user