* use a simple platform dependent config location `ProjectDir` * deserialise from yaml iterate more on config format, maybe be more verbose? * make keybinds a tuple struct same size as newtype, but makes impls easier to add * merge optionally multiple keys for one keybinding easier configuration
12 lines
268 B
YAML
12 lines
268 B
YAML
---
|
|
keybinds:
|
|
Normal:
|
|
- {F: 1}: [GoToTab: 1,]
|
|
- {F: 2}: [GoToTab: 2,]
|
|
- {F: 3}: [GoToTab: 3,]
|
|
- {F: 4}: [GoToTab: 4,]
|
|
- {F: 5}: [NewTab: ,]
|
|
- ? - F: 6
|
|
- F: 7
|
|
: - {GoToTab: 5}
|
|
- Backspace: [NewPane: Right, NewPane: Right,]
|