diff --git a/zellij/config.kdl b/zellij/config.kdl index c160499..2b1e0ac 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -165,6 +165,7 @@ keybinds clear-defaults=true { bind "Ctrl b" "PageUp" "Left" "h" { PageScrollUp; } bind "d" { HalfPageScrollDown; } bind "u" { HalfPageScrollUp; } + bind "e" { EditScrollback; SwitchToMode "normal"; } bind "Alt n" { NewPane; } bind "Alt h" { MoveFocus "Left"; } bind "Alt l" { MoveFocus "Right"; } @@ -259,6 +260,7 @@ keybinds clear-defaults=true { bind "Alt -" { Resize "Decrease"; } bind "Ctrl a" { Write 1; SwitchToMode "normal"; } bind "d" { Detach; } + bind "e" { EditScrollback; SwitchToMode "normal"; } bind "y" { ToggleActiveSyncTab; SwitchToMode "normal"; } bind "r" { SwitchToMode "RenamePane"; PaneNameInput 0; } }