summaryrefslogtreecommitdiffstats
path: root/example/default.yaml
diff options
context:
space:
mode:
authorfenix <Daystar999964@gmail.com>2021-04-25 08:41:19 -0700
committerfenix <Daystar999964@gmail.com>2021-04-25 08:41:19 -0700
commit1f24417e809ba808b7b15b2f1fec69be209d7e1b (patch)
treecdb3a86b63e74ad2830e1a1a73687a69205c9cde /example/default.yaml
parentddf010ae403b64f20a6c1418557cacb02f32428d (diff)
Corrections to Pull Request 362:
Corrections according to the discussion of the pull request, namely separating this idea out into a new yaml entirely called tmux-overview., and creating a tmux.yaml with just the new tmux bindings.
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,]