mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
088bcf3dd8
* the simplified layout omits the Nerdfonts characters that are not found in every Fontset * add an optional config option to opt into the simplified ui `simplified_ui: bool` * add a config flag that allows opting into the simplified ui `zellij options --simplified-ui` * move the `clean` flag to the `setup` subcommand
28 lines
724 B
YAML
28 lines
724 B
YAML
---
|
|
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',]
|