diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm index 40addf3bb..472166532 100755 Binary files a/assets/plugins/status-bar.wasm and b/assets/plugins/status-bar.wasm differ diff --git a/assets/plugins/strider.wasm b/assets/plugins/strider.wasm index 435e0ccd3..742a8b382 100755 Binary files a/assets/plugins/strider.wasm and b/assets/plugins/strider.wasm differ diff --git a/assets/plugins/tab-bar.wasm b/assets/plugins/tab-bar.wasm index 668181dba..e6da17b8e 100755 Binary files a/assets/plugins/tab-bar.wasm and b/assets/plugins/tab-bar.wasm differ diff --git a/example/default.yaml b/example/default.yaml index 1e435fffa..dbf9e967a 100644 --- a/example/default.yaml +++ b/example/default.yaml @@ -29,17 +29,13 @@ keybinds: - action: [NewPane: ] key: [ Alt: 'n',] - action: [MoveFocusOrTab: Left,] - key: [ Alt: 'h',] + key: [ Alt: 'h', Alt: Left] - action: [MoveFocusOrTab: Right,] - key: [ Alt: 'l',] + key: [ Alt: 'l', Alt: Right ] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up, ] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -84,18 +80,14 @@ keybinds: key: [Char: '-'] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -149,18 +141,14 @@ keybinds: key: [Char: 'e'] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] # The Alt: Left etc. variants are temporary hacks and will be removed in the future - please do not rely on them! + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -198,18 +186,14 @@ keybinds: key: [Char: 'l', Right,] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] # The Alt: Left etc. variants are temporary hacks and will be removed in the future - please do not rely on them! + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -269,18 +253,14 @@ keybinds: key: [ Char: "\t" ] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] # The Alt: Left etc. variants are temporary hacks and will be removed in the future - please do not rely on them! + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -322,18 +302,14 @@ keybinds: key: [Char: 'u',] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] # The Alt: Left etc. variants are temporary hacks and will be removed in the future - please do not rely on them! + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -347,18 +323,14 @@ keybinds: key: [Esc,] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -372,18 +344,14 @@ keybinds: key: [Esc,] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -413,18 +381,14 @@ keybinds: key: [Char: 'd',] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [Resize: Increase,] key: [ Alt: '='] - action: [Resize: Increase,] @@ -484,18 +448,14 @@ keybinds: key: [ Char: 'k'] - action: [NewPane: ,] key: [ Alt: 'n',] - - action: [MoveFocus: Left,] - key: [ Alt: 'h',] - - action: [MoveFocus: Right,] - key: [ Alt: 'l',] + - action: [MoveFocusOrTab: Left,] + key: [ Alt: 'h', Alt: Left] + - action: [MoveFocusOrTab: Right,] + key: [ Alt: 'l', Alt: Right] - action: [MoveFocus: Down,] - key: [ Alt: 'j',] + key: [ Alt: 'j', Alt: Down] - action: [MoveFocus: Up,] - key: [ Alt: 'k',] - - action: [FocusPreviousPane,] - key: [ Alt: '[',] - - action: [FocusNextPane,] - key: [ Alt: ']',] + key: [ Alt: 'k', Alt: Up] - action: [FocusNextPane,] key: [ Char: 'o'] - action: [Resize: Increase,]