summaryrefslogtreecommitdiffstats
path: root/example/config.yaml
blob: a91f24f9664bd1df315ea71a3355749e50120c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
keybinds:
    normal:
        - action: [GoToTab: 1,]
          key: [F: 1,]
        - action: [GoToTab: 2,]
          key: [F: 2,]
        - action: [GoToTab: 3,]
          key: [F: 3,]
        - action: [GoToTab: 4,]
          key: [F: 4,]
        - action: [NewTab,]
          key: [F: 5,]
        - action: [MoveFocus: Left,]
          key: [ Alt: h,]
        - action: [MoveFocus: Right,]
          key: [ Alt: l,]
        - action: [MoveFocus: Down,]
          key: [ Alt: j,]
        - action: [MoveFocus: Up,]
          key: [ Alt: k,]