mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
22 lines
720 B
YAML
22 lines
720 B
YAML
---
|
|
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: [SwitchToMode: Pane , MoveFocus: Left, SwitchToMode: Normal,]
|
|
key: [ Alt: h,]
|
|
- action: [SwitchToMode: Pane , MoveFocus: Right, SwitchToMode: Normal,]
|
|
key: [ Alt: l,]
|
|
- action: [SwitchToMode: Pane , MoveFocus: Down, SwitchToMode: Normal,]
|
|
key: [ Alt: j,]
|
|
- action: [SwitchToMode: Pane , MoveFocus: Up, SwitchToMode: Normal,]
|
|
key: [ Alt: k,]
|