mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-27 06:25:42 +03:00
ec023197f6
- 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 |
||
---|---|---|
.. | ||
layouts | ||
themes | ||
alt-centered-config.kdl | ||
config.kdl | ||
default.kdl | ||
README.md | ||
screen-overview.yaml |
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'