feat: zellij keybinds
This commit is contained in:
parent
8244263e4c
commit
b4030c16b9
2 changed files with 15 additions and 74 deletions
|
|
@ -30,6 +30,21 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
xdg.configFile."zellij/config.kdl".text = /* kdl */ ''
|
||||
keybinds {
|
||||
shared_except "locked" {
|
||||
bind "Alt 1" { GoToTab 1; }
|
||||
bind "Alt 2" { GoToTab 2; }
|
||||
bind "Alt 3" { GoToTab 3; }
|
||||
bind "Alt 4" { GoToTab 4; }
|
||||
bind "Alt 5" { GoToTab 5; }
|
||||
bind "Alt 6" { GoToTab 6; }
|
||||
bind "Alt 7" { GoToTab 7; }
|
||||
bind "Alt 8" { GoToTab 8; }
|
||||
bind "Alt 9" { GoToTab 9; }
|
||||
}
|
||||
}
|
||||
'';
|
||||
xdg.configFile."zellij/layouts/base.kdl".text = /* kdl */ ''
|
||||
layout {
|
||||
default_tab_template {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue