When pressing M-n in normal find-file the suggested candidates include those from file-name-at-point-functions.
I guess this could be added to counsel-find-file by changing how ivy--minibuffer-setup sets minibuffer-default-add-function. Normal find-file uses the items as returned by read-file-name--defaults. If there are no objections I will give it a try and make a PR.
Any additional suggestions or input is welcome!
The text was updated successfully, but these errors were encountered:
Hi,
When pressing
M-n
in normalfind-file
the suggested candidates include those fromfile-name-at-point-functions
.I guess this could be added to
counsel-find-file
by changing howivy--minibuffer-setup
setsminibuffer-default-add-function
. Normalfind-file
uses the items as returned byread-file-name--defaults
. If there are no objections I will give it a try and make a PR.Any additional suggestions or input is welcome!
The text was updated successfully, but these errors were encountered: