mirror of
https://github.com/nmasur/dotfiles
synced 2026-06-03 14:13:57 +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