Skip to content

Instantly share code, notes, and snippets.

@gidgid
Created April 9, 2020 13:14
Show Gist options
  • Save gidgid/37bd682f2ee6a1592dc8e8900bf389be to your computer and use it in GitHub Desktop.
Save gidgid/37bd682f2ee6a1592dc8e8900bf389be to your computer and use it in GitHub Desktop.
GFiles & Files with preview
command! -bang GFiles call fzf#vim#gitfiles('', fzf#vim#with_preview('right'))
command! -bang Files call fzf#vim#files('', fzf#vim#with_preview('right'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment