Created
April 9, 2020 13:14
-
-
Save gidgid/37bd682f2ee6a1592dc8e8900bf389be to your computer and use it in GitHub Desktop.
GFiles & Files with preview
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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