summaryrefslogtreecommitdiffstats
path: root/example/README.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-04-17 09:53:13 +0200
committera-kenji <aks.kenji@protonmail.com>2021-04-17 15:05:34 +0200
commite5fc158503996366b82d6f089bc6e017b08492b0 (patch)
tree48f61f1329a5990b8ca021789e58fd16a981ba40 /example/README.md
parent60ad7494739b4cbcd857e74df9d05830459323eb (diff)
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
Diffstat (limited to 'example/README.md')
-rw-r--r--example/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/README.md b/example/README.md
new file mode 100644
index 000000000..abeb847a8
--- /dev/null
+++ b/example/README.md
@@ -0,0 +1,5 @@
+# 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'`