Skip to content

Instantly share code, notes, and snippets.

@minusf
Created December 27, 2022 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minusf/47e304ab1259e3c92c4f71085440e32d to your computer and use it in GitHub Desktop.
Save minusf/47e304ab1259e3c92c4f71085440e32d to your computer and use it in GitHub Desktop.
fzf.vim `GFiles` for fossil
" GFiles for fossil
command! -bang FFiles call fzf#run(fzf#wrap(fzf#vim#with_preview({'source': 'fossil ls -t'}), <bang>0))
nnoremap <silent> <leader>F :FFiles<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment