summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-03-11 15:45:35 +0100
committerAram Drevekenin <aram@poor.dev>2022-03-11 15:45:35 +0100
commit93642b08bf7a7e20caec5f653227dc9d35839e46 (patch)
tree347ee460395a2d8672b2d65a491ce7aab28a7f41 /example
parentf3d9681ffd9d94786a7376b610c08907384202b3 (diff)
chore(release): v0.26.0v0.26.0
Diffstat (limited to 'example')
-rw-r--r--example/default.yaml16
1 files changed, 16 insertions, 0 deletions
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