summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-09-15 14:03:55 +0200
committerAram Drevekenin <aram@poor.dev>2021-09-15 14:03:55 +0200
commitb1f17a624c90a21719c5f1a2b846cce0be82a401 (patch)
tree6ef52a576695a6bdc8bd0fe503ca469b5a90e50d /zellij-utils
parenteaf72db29b54b0b6e51ca0c671ad4db5fa5666f1 (diff)
fix(keys): bring back ctrl-n to get from scroll mode to resize mode
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/assets/config/default.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml
index ef9711b4d..60b4069eb 100644
--- a/zellij-utils/assets/config/default.yaml
+++ b/zellij-utils/assets/config/default.yaml
@@ -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,]