From 93642b08bf7a7e20caec5f653227dc9d35839e46 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 11 Mar 2022 15:45:35 +0100 Subject: chore(release): v0.26.0 --- example/default.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'example') diff --git a/example/default.yaml b/example/default.yaml index ba3a89163..1e435fffa 100644 --- a/example/default.yaml +++ b/example/default.yaml @@ -446,8 +446,12 @@ 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] + key: [Ctrl: 'b'] - action: [NewPane: Down, SwitchToMode: Normal,] key: [Char: "\"",] - action: [NewPane: Right, SwitchToMode: Normal,] @@ -470,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,] @@ -484,12 +496,16 @@ keybinds: key: [ Alt: '[',] - action: [FocusNextPane,] key: [ Alt: ']',] + - action: [FocusNextPane,] + key: [ Char: 'o'] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] key: [ Alt: '+'] - action: [Resize: Decrease,] key: [ Alt: '-'] + - action: [Detach,] + key: [Char: 'd',] plugins: - path: tab-bar tag: tab-bar -- cgit v1.2.3