zellij/example/config.yaml

28 lines
724 B
YAML
Raw Normal View History

2021-03-05 21:23:06 +03:00
---
keybinds:
2021-03-13 00:05:41 +03:00
normal:
- unbind : true
2021-03-11 15:58:58 +03:00
- action: [GoToTab: 1,]
key: [F: 1,]
- action: [GoToTab: 2,]
key: [F: 2,]
- action: [GoToTab: 3,]
key: [F: 3,]
- action: [GoToTab: 4,]
2021-03-13 00:05:41 +03:00
key: [F: 4,]
2021-03-11 15:58:58 +03:00
- action: [NewTab,]
key: [F: 5,]
2021-03-13 12:37:38 +03:00
- action: [MoveFocus: Left,]
key: [ Alt: h,]
2021-03-13 12:37:38 +03:00
- action: [MoveFocus: Right,]
key: [ Alt: l,]
2021-03-13 12:37:38 +03:00
- action: [MoveFocus: Down,]
key: [ Alt: j,]
2021-03-13 12:37:38 +03:00
- action: [MoveFocus: Up,]
key: [ Alt: k,]
2021-03-13 14:25:28 +03:00
pane:
- action: [ NewPane:, SwitchToMode: Normal,]
key: [Char: 'n',]
- action: [ NewPane: , ]
key: [Char: 'N',]