9 lines
144 B
VimL
9 lines
144 B
VimL
let g:CommandTMaxHeight = 5
|
|
let g:CommandTMatchWindowReverse = 1
|
|
|
|
" Command-T
|
|
" Mapped to ,t
|
|
nmap ,t :CommandT<CR>
|
|
nmap ,T :CommandTBuffer<CR>
|
|
|