mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-24 01:34:38 +03:00
1f24417e80
Corrections according to the discussion of the pull request, namely separating this idea out into a new yaml entirely called tmux-overview., and creating a tmux.yaml with just the new tmux bindings. |
||
---|---|---|
.. | ||
config.yaml | ||
default.yaml | ||
README.md | ||
tmux-overview.yaml | ||
tmux.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'