EditScrollback 👀
This commit is contained in:
parent
0a6aadae21
commit
8b42a292d3
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,7 @@ keybinds clear-defaults=true {
|
||||||
bind "Ctrl b" "PageUp" "Left" "h" { PageScrollUp; }
|
bind "Ctrl b" "PageUp" "Left" "h" { PageScrollUp; }
|
||||||
bind "d" { HalfPageScrollDown; }
|
bind "d" { HalfPageScrollDown; }
|
||||||
bind "u" { HalfPageScrollUp; }
|
bind "u" { HalfPageScrollUp; }
|
||||||
|
bind "e" { EditScrollback; SwitchToMode "normal"; }
|
||||||
bind "Alt n" { NewPane; }
|
bind "Alt n" { NewPane; }
|
||||||
bind "Alt h" { MoveFocus "Left"; }
|
bind "Alt h" { MoveFocus "Left"; }
|
||||||
bind "Alt l" { MoveFocus "Right"; }
|
bind "Alt l" { MoveFocus "Right"; }
|
||||||
|
@ -259,6 +260,7 @@ keybinds clear-defaults=true {
|
||||||
bind "Alt -" { Resize "Decrease"; }
|
bind "Alt -" { Resize "Decrease"; }
|
||||||
bind "Ctrl a" { Write 1; SwitchToMode "normal"; }
|
bind "Ctrl a" { Write 1; SwitchToMode "normal"; }
|
||||||
bind "d" { Detach; }
|
bind "d" { Detach; }
|
||||||
|
bind "e" { EditScrollback; SwitchToMode "normal"; }
|
||||||
bind "y" { ToggleActiveSyncTab; SwitchToMode "normal"; }
|
bind "y" { ToggleActiveSyncTab; SwitchToMode "normal"; }
|
||||||
bind "r" { SwitchToMode "RenamePane"; PaneNameInput 0; }
|
bind "r" { SwitchToMode "RenamePane"; PaneNameInput 0; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue