feat: Add a ton of updates
This commit is contained in:
@@ -128,6 +128,21 @@ keybinds clear-defaults=true {
|
||||
}
|
||||
SwitchToMode "normal"
|
||||
}
|
||||
bind "a" {
|
||||
LaunchOrFocusPlugin "zellij:about" {
|
||||
floating true
|
||||
move_to_focused_tab true
|
||||
};
|
||||
SwitchToMode "Normal"
|
||||
}
|
||||
bind "s" {
|
||||
LaunchOrFocusPlugin "zellij:share" {
|
||||
floating true
|
||||
move_to_focused_tab true
|
||||
};
|
||||
SwitchToMode "Normal"
|
||||
}
|
||||
|
||||
}
|
||||
shared_except "locked" {
|
||||
bind "Alt +" { Resize "Increase"; }
|
||||
|
||||
@@ -3,7 +3,7 @@ layout {
|
||||
pane
|
||||
}
|
||||
|
||||
swap_tiled_layout name="Tiled 1" {
|
||||
swap_tiled_layout name="T1" {
|
||||
tab max_panes=4 {
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
@@ -25,7 +25,7 @@ layout {
|
||||
}
|
||||
}
|
||||
|
||||
swap_tiled_layout name="Tiled 2" {
|
||||
swap_tiled_layout name="T2" {
|
||||
tab max_panes=5 {
|
||||
pane
|
||||
pane
|
||||
@@ -45,7 +45,7 @@ layout {
|
||||
}
|
||||
}
|
||||
|
||||
swap_tiled_layout name="Tiled 3" {
|
||||
swap_tiled_layout name="T3" {
|
||||
tab max_panes=4 {
|
||||
pane split_direction="vertical" {
|
||||
pane
|
||||
@@ -101,7 +101,7 @@ layout {
|
||||
}
|
||||
}
|
||||
|
||||
swap_floating_layout name="Floating L1" {
|
||||
swap_floating_layout name="FL1" {
|
||||
floating_panes max_panes=1 {
|
||||
pane
|
||||
}
|
||||
@@ -155,7 +155,7 @@ layout {
|
||||
|
||||
mode_rename_tab "#[bg=blue] {name} #[]"
|
||||
mode_rename_pane "#[bg=blue] {name} #[]"
|
||||
mode_session "#[bg=blue] {name} (o) #[] #[bold]D#[]etach, Session Manager (#[bold]w#[]), Plugins (#[bold]p#[]), #[bold]C#[]onfig"
|
||||
mode_session "#[bg=blue] {name} (o) #[] #[bold]D#[]etach, Session Manager (#[bold]w#[]), Plugins (#[bold]p#[]), #[bold]C#[]onfig, Web (#[bold]s#[]), #[bold]A#[]bout"
|
||||
|
||||
mode_enter_search "#[bg=blue] Search #[] Enter when done"
|
||||
mode_search "#[bg=blue] Search Results #[] Scroll (#[bold]↓↑#[]), #[bold]N#[]ext, #[bold]P#[]revious, #[bold]C#[]ase-insensitive, #[bold]W#[]rap, Wh#[bold]o#[]le word"
|
||||
|
||||
Reference in New Issue
Block a user