mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
cmd O to edit in vim with fzf
This commit is contained in:
5
fish.configlink/functions/edit.fish
Normal file
5
fish.configlink/functions/edit.fish
Normal file
@ -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