dotfiles/modules/common/shell/fish/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')
2022-05-30 17:09:50 +00:00
and commandline -r "vim $vimfile"
2022-04-30 14:21:43 +00:00
and commandline -f execute