Allow session mode key binding to be used to go back to normal mode
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user