Skip to content

Instantly share code, notes, and snippets.

@adamlogic
Created October 10, 2008 13:23
Show Gist options
  • Save adamlogic/16041 to your computer and use it in GitHub Desktop.
Save adamlogic/16041 to your computer and use it in GitHub Desktop.
" 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