summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorsudo_synul <synul@users.noreply.github.com>2021-09-06 21:25:15 +0200
committerGitHub <noreply@github.com>2021-09-06 21:25:15 +0200
commit20b874d7603fbd9381f8a3e0337be8b914943dbe (patch)
tree79efb71d27400b4afacbe1b7c341a77333915213 /example
parent203a42c616d94710c8c32ab10d713eb3c8dac687 (diff)
fix(example) Update NewTab action in example/default.yaml to new syntax (#693)
Diffstat (limited to 'example')
-rw-r--r--example/default.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/default.yaml b/example/default.yaml
index 9b6c89045..1a72a6343 100644
--- a/example/default.yaml
+++ b/example/default.yaml
@@ -129,7 +129,7 @@ keybinds:
key: [ Char: 'j',]
- action: [GoToPreviousTab,]
key: [ Char: 'k',]
- - action: [NewTab,]
+ - action: [NewTab: ,]
key: [ Char: 'n',]
- action: [CloseTab,]
key: [ Char: 'x',]