summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCason Adams <casonadams@gmail.com>2022-02-24 02:19:02 -0700
committerGitHub <noreply@github.com>2022-02-24 10:19:02 +0100
commit8577dfca02a546e46f25431ab56d1caac8b234c2 (patch)
tree7689289bf9f2267c215b815d2460038c69089707
parent346e09341413ba8d1a77b83fcaba9a1cd9ae2612 (diff)
add: a few extra tmux binding keys (#1098)
-rw-r--r--zellij-utils/assets/config/default.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml
index e8e722654..098ff91e3 100644
--- a/zellij-utils/assets/config/default.yaml
+++ b/zellij-utils/assets/config/default.yaml
@@ -446,6 +446,8 @@ keybinds:
key: [Ctrl: 'o', Char: "\n", Char: ' ', Esc]
- action: [SwitchToMode: Scroll,]
key: [Ctrl: 's']
+ - action: [SwitchToMode: Scroll,]
+ key: [ Char: '[']
- action: [Quit,]
key: [Ctrl: 'q',]
- action: [Write: [2,], SwitchToMode: Normal]
@@ -472,6 +474,14 @@ keybinds:
key: [ Down,]
- action: [MoveFocus: Up, SwitchToMode: Normal,]
key: [ Up,]
+ - action: [MoveFocus: Left, SwitchToMode: Normal,]
+ key: [ Char: 'h']
+ - action: [MoveFocus: Right, SwitchToMode: Normal,]
+ key: [ Char: 'l']
+ - action: [MoveFocus: Down, SwitchToMode: Normal,]
+ key: [ Char: 'j']
+ - action: [MoveFocus: Up, SwitchToMode: Normal,]
+ key: [ Char: 'k']
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,]
@@ -486,6 +496,8 @@ keybinds:
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
+ - action: [FocusNextPane,]
+ key: [ Char: 'o']
- action: [Resize: Increase,]
key: [ Alt: '=']
- action: [Resize: Increase,]