zellij/zellij-client
noyez c8f3b94fde
fix(converter): YAML => KDL conversion with backslash hotkey. (#1879)
* Fixing YAML => KDL conversion with backslash hotkey.

Previously if the hotkey of backslash was used the yaml => kdl
conversion would create a KDL statement like so: `bind "\" {...}`.
That is incorrect kdl syntax since the backslash escapes the following
quote character. A way to get proper KDL is `bind r"\" {...}`. This
commit changes if the old HotKey is a backslash a properly creates KDL
syntax to address the backslash character.

* rustfmt
2022-11-02 16:39:56 +01:00
..
src fix(converter): YAML => KDL conversion with backslash hotkey. (#1879) 2022-11-02 16:39:56 +01:00
Cargo.toml chore(version): bump development version 2022-10-25 11:43:53 +02:00