ignore quoted and escaped characters when splitting keybindings into actions (#3612)

This commit is contained in:
matthias314
2025-01-20 14:28:38 -05:00
committed by GitHub
parent 9b3f7ff240
commit f5debdf8fe
3 changed files with 26 additions and 4 deletions

View File

@@ -66,7 +66,9 @@ bindings, tab is bound as
This means that if the `Autocomplete` action is successful, the chain will
abort. Otherwise, it will try `IndentSelection`, and if that fails too, it
will execute `InsertTab`.
will execute `InsertTab`. To use `,`, `|` or `&` in an action (as an argument
to a command, for example), escape it with `\` or wrap it in single or double
quotes.
## Binding commands