mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
fix: fzf editing files with spaces in path name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user