summaryrefslogtreecommitdiffstats
path: root/example/config.yaml
blob: 962822db5b8229eecea11929cf1461a9c02866fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
keybinds:
    normal:
        - unbind : true
        - 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,]
    pane:
        - action: [ NewPane:, SwitchToMode: Normal,]
          key: [Char: 'n',]
        - action: [ NewPane: , ]
          key: [Char: 'N',]