mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Integrate the session manager in Zellij
This commit is contained in:
parent
aa371f7856
commit
5d04442236
1 changed files with 11 additions and 0 deletions
|
@ -15,6 +15,7 @@ keybinds clear-defaults=true {
|
|||
bind "Alt r" { SwitchToMode "resize"; }
|
||||
bind "Alt s" { SwitchToMode "scroll"; }
|
||||
bind "Alt m" { SwitchToMode "move"; }
|
||||
bind "Alt d" { SwitchToMode "session"; }
|
||||
bind "Alt n" { NewPane; }
|
||||
bind "Alt k" { FocusNextPane; }
|
||||
bind "Alt j" { FocusPreviousPane; }
|
||||
|
@ -66,4 +67,14 @@ keybinds clear-defaults=true {
|
|||
bind "l" { PageScrollDown; }
|
||||
bind "h" { PageScrollUp; }
|
||||
}
|
||||
session {
|
||||
bind "d" { Detach; }
|
||||
bind "m" {
|
||||
LaunchOrFocusPlugin "zellij:session-manager" {
|
||||
floating true
|
||||
move_to_focused_tab true
|
||||
};
|
||||
SwitchToMode "Normal";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue