fix: fzf editing files with spaces in path name

This commit is contained in:
Noah Masur 2024-12-05 14:44:49 -05:00
parent 1f0ee6b27f
commit 9b948f45ee
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
set vimfile (fzf) set vimfile (fzf)
and set vimfile (echo $vimfile | tr -d '\r') and set vimfile (echo $vimfile | tr -d '\r')
and commandline -r "vim $vimfile" and commandline -r "vim \"$vimfile\""
and commandline -f execute and commandline -f execute