Allow session mode key binding to be used to go back to normal mode

This commit is contained in:
2024-08-16 20:40:42 +02:00
parent 81713016ab
commit 00babba437

View File

@@ -117,7 +117,8 @@ keybinds clear-defaults=true {
bind "Esc" { UndoRenamePane; SwitchToMode "Pane"; }
}
session {
bind "Ctrl c" { SwitchToMode "Normal"; }
bind "Alt s" { SwitchToMode "Normal"; }
bind "Ctrl c" { ScrollToBottom; SwitchToMode "Normal"; }
bind "Ctrl f" { SwitchToMode "Scroll"; }
bind "d" { Detach; }
bind "s" {