summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-03-31 14:41:42 +0200
committerAram Drevekenin <aram@poor.dev>2022-03-31 14:41:42 +0200
commita4676741f14ce95f909767aa0a30f29a979ac0c0 (patch)
treed4450e636b4cfd4e2c0037e8acb2efa120f94ee3
parent9e64e43a05b964b9d6a33af39ea1cb5e0ad1db81 (diff)
chore(release): v0.27.0v0.27.0
-rwxr-xr-xassets/plugins/status-bar.wasmbin552124 -> 560301 bytes
-rwxr-xr-xassets/plugins/strider.wasmbin587350 -> 595366 bytes
-rwxr-xr-xassets/plugins/tab-bar.wasmbin450364 -> 486427 bytes
-rw-r--r--example/default.yaml156
4 files changed, 58 insertions, 98 deletions
diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm
index 40addf3bb..472166532 100755
--- a/assets/plugins/status-bar.wasm
+++ b/assets/plugins/status-bar.wasm
Binary files differ
diff --git a/assets/plugins/strider.wasm b/assets/plugins/strider.wasm
index 435e0ccd3..742a8b382 100755
--- a/assets/plugins/strider.wasm
+++ b/assets/plugins/strider.wasm
Binary files differ
diff --git a/assets/plugins/tab-bar.wasm b/assets/plugins/tab-bar.wasm
index 668181dba..e6da17b8e 100755
--- a/assets/plugins/tab-bar.wasm
+++ b/assets/plugins/tab-bar.wasm
Binary files 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,]