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

5 lines
125 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 13:44:33 +00:00
and commandline -r "nvim $vimfile"
2022-04-30 14:21:43 +00:00
and commandline -f execute