mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 21:58:35 +00:00
cmd O to edit in vim with fzf
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function edit --description "Open a file in Vim"
|
||||
set vimfile (fzf)
|
||||
and vim $vimfile
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user