mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Use editor to open the focus path
This commit is contained in:
parent
7eabd3fb7d
commit
98687515d7
@ -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…
Reference in New Issue
Block a user