summaryrefslogtreecommitdiffstats
path: root/example/default.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/default.yaml')
-rw-r--r--example/default.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/default.yaml b/example/default.yaml
index f0bbc79ea..0decd5f1e 100644
--- a/example/default.yaml
+++ b/example/default.yaml
@@ -45,13 +45,13 @@ keybinds:
- action: [Quit]
key: [Ctrl: 'q']
- action: [Resize: Left,]
- key: [Char: 'h', Left, ]
+ key: [Char: 'h', Left,]
- action: [Resize: Down,]
- key: [Char: 'j', Down, ]
+ key: [Char: 'j', Down,]
- action: [Resize: Up,]
key: [Char: 'k', Up, ]
- action: [Resize: Right,]
- key: [Char: 'l', Right, ]
+ key: [Char: 'l', Right,]
- action: [NewPane: ,]
key: [ Alt: 'n',]
- action: [MoveFocus: Left,]