Created
April 24, 2012 00:00
-
-
Save techyak/2474743 to your computer and use it in GitHub Desktop.
fuzzyfinder_textmate.vim: changing display to full path
This file contains 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
Despite what it calls for in the fuzzyfinder_textmate.vim file, in order to show the full path of the file when using \t add this to your vimrc file: | |
let g:fuzzy_path_display='path' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment