mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 13:02:12 +03:00
e5fc158503
* will unbind all default keybindings for now * add test for toplevel unbind * add example/default.yaml * add example/README.md
6 lines
171 B
Markdown
6 lines
171 B
Markdown
# 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'`
|