Guest User

Untitled

a guest
Feb 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. " fuzzyfindertextmate: cmd-e to trigger, cmd-enter to open selected file in new tab
  2. let g:FuzzyFinderOptions = { 'Base':{}, 'Buffer':{}, 'File':{}, 'Dir':{}, 'MruFile':{}, 'MruCmd':{}, 'FavFile':{}, 'Tag':{}, 'TaggedFile':{}}
  3. let g:FuzzyFinderOptions.Base.key_open_tab = '<D-CR>'
  4. map <D-e> :FuzzyFinderTextMate<CR>
Add Comment
Please, Sign In to add comment