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"; }
|
||||
|
||||
@@ -9,14 +9,21 @@ layout {
|
||||
}
|
||||
}
|
||||
|
||||
tab name="keeper" {
|
||||
tab name="ssh" {
|
||||
pane split_direction="vertical" {
|
||||
pane borderless=false command="keeper" {
|
||||
args "ssh-agent start"
|
||||
args "ssh-agent start"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tab name="IDE" {
|
||||
pane split_direction="vertical" {
|
||||
pane size="20%" {
|
||||
plugin location="zellij:strider"
|
||||
}
|
||||
pane
|
||||
}
|
||||
}
|
||||
tab name="Main" {
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
@@ -32,4 +39,4 @@ layout {
|
||||
pane
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user