From 8577dfca02a546e46f25431ab56d1caac8b234c2 Mon Sep 17 00:00:00 2001 From: Cason Adams Date: Thu, 24 Feb 2022 02:19:02 -0700 Subject: [PATCH] add: a few extra tmux binding keys (#1098) --- zellij-utils/assets/config/default.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zellij-utils/assets/config/default.yaml b/zellij-utils/assets/config/default.yaml index e8e72265..098ff91e 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,]