fix(example) Update NewTab action in example/default.yaml to new syntax (#693)

This commit is contained in:
sudo_synul 2021-09-06 21:25:15 +02:00 committed by GitHub
parent 203a42c616
commit 20b874d760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',]