A maneira mais rápida de pesquisar arquivos usando git + fzy
function! FzyCommand(choice_command, vim_command) try let output = system(a:choice_command . ” | fzy “) catch /Vim:Interrupt/ ” Swallow errors from ^C, allow redraw! below endtry redraw! if v:shell_error == 0 && …
Continuar lendo