feat(home-manager): bind zellij pane key
This commit is contained in:
parent
6c39724060
commit
837149b8f6
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ in
|
||||||
"Ctrl p"
|
"Ctrl p"
|
||||||
"Ctrl n"
|
"Ctrl n"
|
||||||
];
|
];
|
||||||
|
shared_except = {
|
||||||
|
_args = [ "pane" "locked" ];
|
||||||
|
bind = {
|
||||||
|
_args = [ "Ctrl b"];
|
||||||
|
SwitchToMode = "Pane";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue