Use editor to open the focus path

pull/157/head
Arijit Basu 3 years ago
parent 7eabd3fb7d
commit 98687515d7
No known key found for this signature in database
GPG Key ID: 7D7BF809E7378863

@ -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:

Loading…
Cancel
Save