zellij/example
a-kenji e5fc158503 Add Unbind for Keybindings (#241)
* will unbind all default keybindings for now

* add test for toplevel unbind

* add example/default.yaml

* add example/README.md
2021-04-17 15:05:34 +02:00
..
config.yaml Add Unbind for Keybindings (#241) 2021-04-17 15:05:34 +02:00
default.yaml Add Unbind for Keybindings (#241) 2021-04-17 15:05:34 +02:00
README.md Add Unbind for Keybindings (#241) 2021-04-17 15:05:34 +02: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'