Add more options to example config file
This commit is contained in:
parent
a86d8c2161
commit
1da743b1c7
1 changed files with 8 additions and 0 deletions
|
|
@ -11,3 +11,11 @@ keybinds:
|
|||
key: [F: 4,]
|
||||
- action: [NewTab,]
|
||||
key: [F: 5,]
|
||||
- action: [SwitchToMode: Pane , MoveFocus: Left, SwitchToMode: Normal,]
|
||||
key: [ Alt: h,]
|
||||
- action: [SwitchToMode: Pane , MoveFocus: Right, SwitchToMode: Normal,]
|
||||
key: [ Alt: l,]
|
||||
- action: [SwitchToMode: Pane , MoveFocus: Down, SwitchToMode: Normal,]
|
||||
key: [ Alt: j,]
|
||||
- action: [SwitchToMode: Pane , MoveFocus: Up, SwitchToMode: Normal,]
|
||||
key: [ Alt: k,]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue