fix(keys): bring back ctrl-n to get from scroll mode to resize mode

This commit is contained in:
Aram Drevekenin 2021-09-15 14:03:55 +02:00
parent eaf72db29b
commit b1f17a624c

View File

@ -182,6 +182,8 @@ keybinds:
key: [Ctrl: 'p',]
- action: [SwitchToMode: Session,]
key: [Ctrl: 'o',]
- action: [SwitchToMode: Resize,]
key: [Ctrl: 'n',]
- action: [ScrollToBottom, SwitchToMode: Normal,]
key: [Ctrl: 'c',]
- action: [Quit,]