Open guludo opened 3 weeks ago
I'm unable to use the bind command combined with < to exit tig after external command when using TIG_SCRIPT. Here is an example:
bind
<
TIG_SCRIPT
$ TIG_SCRIPT=<(echo ':bind generic x <echo hello') tig tig: Error reading script: Missing '>' from key mapping: <echo hello
The same :bind generic x <echo hello command works fine if executed from the tig ui.
:bind generic x <echo hello
I'm unable to use the
bind
command combined with<
to exit tig after external command when usingTIG_SCRIPT
. Here is an example:The same
:bind generic x <echo hello
command works fine if executed from the tig ui.