mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
ignore quoted and escaped characters when splitting keybindings into actions (#3612)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user