mirror of
https://github.com/zellij-org/zellij.git
synced 2026-09-25 00:02:52 +00:00
justification: - 1. ca. 200 LOC vs ca. 350 LOC - 2. 1 common prefix instead of 2 - 3. 2 ways instead of 4 to get back to normal mode (Esc+Enter) - 4. mode switching only from and to normal mode - 5. remove 4 modes without loss of functionality(except adjusting titles) - 6. second key for mappings to switch to mode memorable
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'