Use editor to open the focus path

This commit is contained in:
Arijit Basu 2021-05-17 09:06:54 +05:30
parent 7eabd3fb7d
commit 98687515d7
No known key found for this signature in database
GPG Key ID: 7D7BF809E7378863

View File

@ -1172,9 +1172,7 @@ modes:
help: open in editor
messages:
- BashExec: |
(while IFS= read -r line; do
${EDITOR:-vi} "${line:?}"
done < "${XPLR_PIPE_RESULT_OUT:?}")
${EDITOR:-vi} "${XPLR_FOCUS_PATH:?}"
- PopMode
- Refresh
s: