Skip to content

Commit

Permalink
limit commandT window to 20 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah authored and tmm1 committed Aug 14, 2010
1 parent 8d2a8e2 commit 48976d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -27,6 +27,9 @@ set laststatus=2
" NERDTree configuration
let NERDTreeIgnore=['\.rbc$', '\~$']

" Command-T configuration
let g:CommandTMaxHeight=20

" CTags
map <Leader>rt :!ctags --extra=+f -R *<CR><CR>
Expand Down

0 comments on commit 48976d5

Please sign in to comment.