mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-26 17:34:54 +00:00
fix: fzf editing files with spaces in path name
This commit is contained in:
parent
1f0ee6b27f
commit
9b948f45ee
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user