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