zellij/example
matu3ba ec023197f6
fix(examples): convert ALT-centered config to kdl and smoothify (#1910)
- Alt-hjkl for pane movements everywhere
- faster pane creation in pane mode with hjkl
- add space to exit mode, if it does not break workflow
- dense: only 127 LOC keybindings, 7 LOC general config
- comment-heavy (for potential useful things): 61 LOC comments
2022-11-08 15:56:16 +01:00
..
layouts chore: update example layout (#926) 2021-12-09 18:38:18 +01:00
themes docs(example): update README.md (#1877) 2022-10-29 01:01:23 +09:00
alt-centered-config.kdl fix(examples): convert ALT-centered config to kdl and smoothify (#1910) 2022-11-08 15:56:16 +01:00
config.kdl chore(version): bump development version 2022-10-25 11:43:53 +02:00
default.kdl chore(version): bump development version 2022-10-25 11:43:53 +02:00
README.md Add Unbind for Keybindings (#241) 2021-04-17 15:05:34 +02:00
screen-overview.yaml Minor Visibility problem fixed: 2021-04-28 05:27:10 -07:00

Special considerations when using the configuration:

While trying to bind the newline character in the Config, use double quotes:

Ctrl: "\n" instead of Ctrl: '\n'