|
|
@ -18,6 +18,28 @@ keybinds: |
|
|
|
key: [Alt: Left, ] |
|
|
|
key: [Alt: Left, ] |
|
|
|
- action: [MoveFocus: Right, SwitchToMode: Normal,] |
|
|
|
- action: [MoveFocus: Right, SwitchToMode: Normal,] |
|
|
|
key: [Alt: Right, ] |
|
|
|
key: [Alt: Right, ] |
|
|
|
|
|
|
|
# - action: [GoToNextTab, ] |
|
|
|
|
|
|
|
# key: [Alt: PageDown ] |
|
|
|
|
|
|
|
# - action: [GoToPreviousTab, ] |
|
|
|
|
|
|
|
# key: [Ctrl: PageUp ] |
|
|
|
|
|
|
|
- action: [GoToTab: 1,] |
|
|
|
|
|
|
|
key: [ Alt: '1',] |
|
|
|
|
|
|
|
- action: [GoToTab: 2, ] |
|
|
|
|
|
|
|
key: [ Alt: '2',] |
|
|
|
|
|
|
|
- action: [GoToTab: 3, ] |
|
|
|
|
|
|
|
key: [ Alt: '3',] |
|
|
|
|
|
|
|
- action: [GoToTab: 4, ] |
|
|
|
|
|
|
|
key: [ Alt: '4',] |
|
|
|
|
|
|
|
- action: [GoToTab: 5, ] |
|
|
|
|
|
|
|
key: [ Alt: '5',] |
|
|
|
|
|
|
|
- action: [GoToTab: 6, ] |
|
|
|
|
|
|
|
key: [ Alt: '6',] |
|
|
|
|
|
|
|
- action: [GoToTab: 7, ] |
|
|
|
|
|
|
|
key: [ Alt: '7',] |
|
|
|
|
|
|
|
- action: [GoToTab: 8, ] |
|
|
|
|
|
|
|
key: [ Alt: '8',] |
|
|
|
|
|
|
|
- action: [GoToTab: 9, ] |
|
|
|
|
|
|
|
key: [ Alt: '9',] |
|
|
|
tmux: |
|
|
|
tmux: |
|
|
|
- action: [Write: [1,], SwitchToMode: Normal,] |
|
|
|
- action: [Write: [1,], SwitchToMode: Normal,] |
|
|
|
key: [ Char: 'a', Ctrl: 'a'] |
|
|
|
key: [ Char: 'a', Ctrl: 'a'] |
|
|
@ -74,6 +96,24 @@ keybinds: |
|
|
|
key: [Ctrl: 'f', PageDown, Right, Char: 'l',] |
|
|
|
key: [Ctrl: 'f', PageDown, Right, Char: 'l',] |
|
|
|
- action: [PageScrollUp,] |
|
|
|
- action: [PageScrollUp,] |
|
|
|
key: [Ctrl: 'b', PageUp, Left, Char: 'h',] |
|
|
|
key: [Ctrl: 'b', PageUp, Left, Char: 'h',] |
|
|
|
|
|
|
|
- action: [GoToTab: 1, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '1',] |
|
|
|
|
|
|
|
- action: [GoToTab: 2, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '2',] |
|
|
|
|
|
|
|
- action: [GoToTab: 3, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '3',] |
|
|
|
|
|
|
|
- action: [GoToTab: 4, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '4',] |
|
|
|
|
|
|
|
- action: [GoToTab: 5, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '5',] |
|
|
|
|
|
|
|
- action: [GoToTab: 6, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '6',] |
|
|
|
|
|
|
|
- action: [GoToTab: 7, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '7',] |
|
|
|
|
|
|
|
- action: [GoToTab: 8, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '8',] |
|
|
|
|
|
|
|
- action: [GoToTab: 9, SwitchToMode: Normal, ] |
|
|
|
|
|
|
|
key: [ Alt: '9',] |
|
|
|
|
|
|
|
|
|
|
|
# Toggle between having pane frames around the panes |
|
|
|
# Toggle between having pane frames around the panes |
|
|
|
pane_frames: false |
|
|
|
pane_frames: false |
|
|
|