adapts zellij config
This commit is contained in:
parent
38a36bb3d7
commit
0d329c090a
2 changed files with 12 additions and 3 deletions
|
|
@ -11,13 +11,22 @@ keybinds clear-defaults=true {
|
|||
bind "t" { SwitchToMode "Tab"; }
|
||||
bind "/" { SwitchToMode "Scroll"; }
|
||||
|
||||
// Plugins
|
||||
bind "s" {
|
||||
// Plugins / Tools
|
||||
bind "w" {
|
||||
LaunchOrFocusPlugin "session-manager" {
|
||||
floating true
|
||||
move_to_focused_tab true
|
||||
};
|
||||
SwitchToMode "Locked"
|
||||
}
|
||||
bind "s" { Run "sessionizer" {
|
||||
close_on_exit true
|
||||
floating true
|
||||
x "20%"
|
||||
y "20%"
|
||||
width "60%"
|
||||
height "60%"
|
||||
}; SwitchToMode "locked"; }
|
||||
|
||||
// Global keybindings
|
||||
bind "c" { NewTab; SwitchToMode "Locked"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue