mirror of
https://github.com/nmasur/dotfiles
synced 2024-12-26 18:44:52 +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)
|
||||
and set vimfile (echo $vimfile | tr -d '\r')
|
||||
and commandline -r "vim $vimfile"
|
||||
and commandline -r "vim \"$vimfile\""
|
||||
and commandline -f execute
|
||||
|
Loading…
Reference in New Issue
Block a user