fix(keys): bring back ctrl-n to get from scroll mode to resize mode
This commit is contained in:
parent
eaf72db29b
commit
b1f17a624c
1 changed files with 2 additions and 0 deletions
|
|
@ -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,]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue