Created
October 10, 2008 13:23
-
-
Save adamlogic/16041 to your computer and use it in GitHub Desktop.
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
" fuzzyfindertextmate: cmd-e to trigger, cmd-enter to open selected file in new tab | |
let g:FuzzyFinderOptions = { 'Base':{}, 'Buffer':{}, 'File':{}, 'Dir':{}, 'MruFile':{}, 'MruCmd':{}, 'FavFile':{}, 'Tag':{}, 'TaggedFile':{}} | |
let g:FuzzyFinderOptions.Base.key_open_tab = '<D-CR>' | |
map <D-e> :FuzzyFinderTextMate<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment