Skip to content

Instantly share code, notes, and snippets.

@timtyrrell
Created August 28, 2012 14:35
Show Gist options
  • Save timtyrrell/3498549 to your computer and use it in GitHub Desktop.
Save timtyrrell/3498549 to your computer and use it in GitHub Desktop.
command-t
" Command-T configuration
let g:CommandTMaxHeight=20
let g:CommandTMatchWindowAtTop = 1
map <leader>tv :CommandTFlush<cr>\|:CommandT app/views<cr>
map <leader>tc :CommandTFlush<cr>\|:CommandT app/controllers<cr>
map <leader>tm :CommandTFlush<cr>\|:CommandT app/models<cr>
map <leader>th :CommandTFlush<cr>\|:CommandT app/helpers<cr>
map <leader>tl :CommandTFlush<cr>\|:CommandT lib<cr>
map <leader>tp :CommandTFlush<cr>\|:CommandT public<cr>
map <leader>ts :CommandTFlush<cr>\|:CommandT spec<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment