dotfiles/modules/shell/fish/functions/edit.fish
2022-05-30 13:09:50 -04:00

5 lines
124 B
Fish

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