fix(example) Update NewTab action in example/default.yaml to new syntax (#693)
This commit is contained in:
parent
203a42c616
commit
20b874d760
1 changed files with 1 additions and 1 deletions
|
|
@ -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',]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue