mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-26 22:15:19 +03:00
fix(keys): bring back ctrl-n to get from scroll mode to resize mode
This commit is contained in:
parent
eaf72db29b
commit
b1f17a624c
@ -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…
Reference in New Issue
Block a user