dotfiles/fish.configlink/functions/edit.fish

5 lines
124 B
Fish
Raw Normal View History

2022-04-30 14:21:43 +00:00
set vimfile (fzf)
and set vimfile (echo $vimfile | tr -d '\r')
and commandline -r "vim $vimfile"
and commandline -f execute