summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-11-08 15:17:26 +0100
committerAram Drevekenin <aram@poor.dev>2021-11-08 15:17:26 +0100
commitff83733f580d1b32cb95f1afe241b9e3fd4e562c (patch)
tree0eec66a1b1aecf8a1af8aa803f7eff9535e45c6a /example
parent7a1ae13478abeb5f0d050f69259b6550d5fc398b (diff)
chore(release): v0.20.0v0.20.0
Diffstat (limited to 'example')
-rw-r--r--example/default.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/example/default.yaml b/example/default.yaml
index 323c96e9f..35dc2311d 100644
--- a/example/default.yaml
+++ b/example/default.yaml
@@ -38,6 +38,12 @@ keybinds:
key: [ Alt: '[',]
- action: [FocusNextPane,]
key: [ Alt: ']',]
+ - action: [Resize: Increase,]
+ key: [ Alt: '=']
+ - action: [Resize: Increase,]
+ key: [ Alt: '+']
+ - action: [Resize: Decrease,]
+ key: [ Alt: '-']
locked:
- action: [SwitchToMode: Normal,]
key: [Ctrl: 'g',]
@@ -66,6 +72,12 @@ keybinds:
key: [Char: 'k', Up, ]
- action: [Resize: Right,]
key: [Char: 'l', Right,]
+ - action: [Resize: Increase,]
+ key: [Char: '=']
+ - action: [Resize: Increase,]
+ key: [ Alt: '+']
+ - action: [Resize: Decrease,]
+ key: [Char: '-']
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,]
@@ -140,6 +152,8 @@ keybinds:
key: [Ctrl: 'o',]
- action: [Quit]
key: [Ctrl: 'q']
+ - action: [MovePane: ,]
+ key: [Char: 'n', Char: "\t",]
- action: [MovePane: Left,]
key: [Char: 'h', Left,]
- action: [MovePane: Down,]
@@ -251,6 +265,10 @@ keybinds:
key: [Ctrl: 'f', PageDown, Right, Char: 'l',]
- action: [PageScrollUp,]
key: [Ctrl: 'b', PageUp, Left, Char: 'h',]
+ - action: [HalfPageScrollDown,]
+ key: [Char: 'd',]
+ - action: [HalfPageScrollUp,]
+ key: [Char: 'u',]
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,]