feat(dotfiles: install refactoring

This commit is contained in:
Anael Ginder
2026-09-18 11:14:56 +02:00
parent 23e06197e6
commit 1ba23c477f
3 changed files with 108 additions and 46 deletions
+17
View File
@@ -4,6 +4,7 @@ keybinds {
// uncomment this and adjust key if using copy_on_select=false
// bind "Alt c" { Copy; }
}
locked {
bind "Ctrl g" { SwitchToMode "Normal"; }
}
@@ -141,6 +142,22 @@ keybinds {
bind "Alt k" "Alt Up" { MoveFocus "Up"; }
bind "Alt =" "Alt +" { Resize "Increase"; }
bind "Alt -" { Resize "Decrease"; }
bind "Alt m" {
LaunchPlugin "file:~/.config/zellij/plugins/monocle.wasm" {
in_place true;
kiosk true;
};
SwitchToMode "Normal";
}
bind "Alt f" {
LaunchPlugin "filepicker" {
// floating true // uncomment this to have the filepicker opened in a floating window
// close_on_selection true // comment this out to have the filepicker remain open even after selecting a file
};
}
}
shared_except "normal" "locked" {
bind "Enter" "Esc" { SwitchToMode "Normal"; }