|
|
|
@ -19,6 +19,8 @@ keybinds:
|
|
|
|
|
- action: [MoveFocus: Right, SwitchToMode: Normal,] |
|
|
|
|
key: [Alt: Right, ] |
|
|
|
|
tmux: |
|
|
|
|
- action: [Write: [1,], SwitchToMode: Normal,] |
|
|
|
|
key: [ Char: 'a'] |
|
|
|
|
- action: [ToggleFocusFullscreen, SwitchToMode: Normal,] |
|
|
|
|
key: [Char: 'z',] |
|
|
|
|
- action: [SwitchToMode: Scroll, ScrollUp,] |
|
|
|
@ -29,8 +31,6 @@ keybinds:
|
|
|
|
|
key: [ Char: 'p'] |
|
|
|
|
- action: [GoToNextTab, SwitchToMode: Normal,] |
|
|
|
|
key: [ Char: 'n'] |
|
|
|
|
- action: [Write: [1,], SwitchToMode: Normal,] |
|
|
|
|
key: [ Char: 'a'] |
|
|
|
|
- action: [NewPane: Down, SwitchToMode: Normal,] |
|
|
|
|
key: [Char: '-',] |
|
|
|
|
- action: [NewPane: Right, SwitchToMode: Normal,] |
|
|
|
@ -80,7 +80,6 @@ pane_frames: false
|
|
|
|
|
|
|
|
|
|
# Choose the theme that is specified in the themes section. |
|
|
|
|
# For some examples, see: https://github.com/zellij-org/zellij/tree/main/example/themes |
|
|
|
|
theme: molokai-dark |
|
|
|
|
# theme: tokyo-night |
|
|
|
|
|
|
|
|
|
# Toggle enabling the mouse mode. |
|
|
|
@ -95,6 +94,7 @@ scroll_buffer_size: 40000
|
|
|
|
|
default_layout: compact |
|
|
|
|
simplified_ui: true |
|
|
|
|
|
|
|
|
|
theme: tokyo-night |
|
|
|
|
themes: |
|
|
|
|
# molokai-dark: |
|
|
|
|
# bg: [27, 29, 30] |
|
|
|
|