Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A new substitution special string %(sh {shell-command}) that runs
an external command, captures its output and substitutes it in place of the %-string. Can be used as follows: bind generic T :echo '%(sh printf "Home dir is $HOME")' As it can be seen, the command is run via "sh -c '{command}'", so environment variable substitutions can be used.
- Loading branch information