updates, totally remove command-t

This commit is contained in:
Barak Michener 2013-08-30 18:38:49 -04:00
parent 76ee55c177
commit a5b1e00ac5
6 changed files with 9 additions and 8 deletions

7
.vimrc
View file

@ -211,6 +211,7 @@ let g:airline#extensions#whitespace#enabled = 0
let g:ctrlp_map = ',t'
let g:ctrlp_cmd = 'CtrlP'
let g:ctrlp_working_path_mode = 'ra'
let g:ctrlp_match_window = 'bottom,order:ttb,min:1,max:15'
" ** STATUSLINE **
@ -445,10 +446,10 @@ nnoremap <Leader>ac :Ack
nnoremap <Leader>hh :A<CR>
" CommandT is useful, but if I'm juggling lots of buffers, limit it to another
" one I have open (instead of standard <Leader>t).
nnoremap <silent> <Leader>o :CommandTBuffer<CR>
nnoremap <silent> <Leader>o :CtrlPBuffer<CR>
nnoremap <Leader>j <C-^>
nnoremap <Leader>p :PTW
nnoremap <Leader>lp :LustyJugglePrevious<CR>
"nnoremap <Leader>p :PTW
nnoremap <Leader>p :LustyJugglePrevious<CR>
" ** EXTRA INCLUDES **
"