Skip to content

Instantly share code, notes, and snippets.

@techyak
Created April 24, 2012 00:00
Show Gist options
  • Save techyak/2474743 to your computer and use it in GitHub Desktop.
Save techyak/2474743 to your computer and use it in GitHub Desktop.
fuzzyfinder_textmate.vim: changing display to full path
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