cmd O to edit in vim with fzf

This commit is contained in:
Noah Masur
2021-04-07 08:38:43 -04:00
parent 2d579893c0
commit 8cca6bfd39
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
function edit --description "Open a file in Vim"
set vimfile (fzf)
and vim $vimfile
end