summaryrefslogtreecommitdiffstats
path: root/zellij-utils
diff options
context:
space:
mode:
authorBrooks Rady <b.j.rady@gmail.com>2021-08-30 18:02:14 +0100
committerGitHub <noreply@github.com>2021-08-30 18:02:14 +0100
commita51f500c175017799de7877d44beef6279ee899a (patch)
treefa218e44b084be8dae1ec01ba75db081020bf3e0 /zellij-utils
parent588fcc69bee4d76d5ba034ff3e68f7a48f7b47d6 (diff)
fix(ui): change resize binding to Ctrl-n
* fix(ui): change resize binding to Ctrl-n * Fix tests? * Actually update the keybind in tests * Cowardly refuse to fix the E2E testing issue
Diffstat (limited to 'zellij-utils')
-rw-r--r--zellij-utils/assets/config/default.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml
index 42f2287b7..ef9711b4d 100644
--- a/zellij-utils/assets/config/default.yaml
+++ b/zellij-utils/assets/config/default.yaml
@@ -7,7 +7,7 @@ keybinds:
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Resize,]
- key: [Ctrl: 'r',]
+ key: [Ctrl: 'n',]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Scroll,]
@@ -74,7 +74,7 @@ keybinds:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g']
- action: [SwitchToMode: Resize,]
- key: [Ctrl: 'r',]
+ key: [Ctrl: 'n',]
- action: [SwitchToMode: Tab,]
key: [Ctrl: 't',]
- action: [SwitchToMode: Normal,]
@@ -117,7 +117,7 @@ keybinds:
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Resize,]
- key: [Ctrl: 'r',]
+ key: [Ctrl: 'n',]
- action: [SwitchToMode: Normal,]
key: [Ctrl: 't', Char: "\n", Char: ' ',]
- action: [SwitchToMode: Scroll,]
@@ -233,7 +233,7 @@ keybinds:
- action: [SwitchToMode: Locked,]
key: [Ctrl: 'g']
- action: [SwitchToMode: Resize,]
- key: [Ctrl: 'r',]
+ key: [Ctrl: 'n',]
- action: [SwitchToMode: Pane,]
key: [Ctrl: 'p',]
- action: [SwitchToMode: Tab,]