dotfiles/modules/common/shell/fish/functions/edit.fish

5 lines
128 B
Fish

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