feat(dotfiles: install refactoring
This commit is contained in:
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user