zellij/zellij-client/src/old_config_converter
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
..
unit fix(converter): escape quotes (#1790) 2022-10-12 10:49:12 +02:00
convert_old_yaml_files.rs fix(layouts): do not override explicitly set layout if it exists (#1830) 2022-10-20 18:09:23 +02:00
mod.rs feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
old_config.rs fix(converter): YAML => KDL conversion with backslash hotkey. (#1879) 2022-11-02 16:39:56 +01:00
old_layout.rs fix(converter): escape quotes (#1790) 2022-10-12 10:49:12 +02:00