Add more options to example config file

This commit is contained in:
a-kenji 2021-03-13 10:20:56 +01:00
parent a86d8c2161
commit 1da743b1c7

View file

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