Adding gemrc and taking out bad ctrl-p algorithm
This commit is contained in:
parent
869c6f9e27
commit
496cef7602
4 changed files with 11 additions and 10 deletions
1
gemrc
Normal file
1
gemrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
gem: --no-ri --no-rdoc
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit caa15548c107b9c31f61a67547ffab0b0cfe4934
|
Subproject commit 11034217a7ea3cffe6e0fe631837c518b8c7e1a5
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8e9b933ed4a851ef1413bbd03560553c4339fb2f
|
Subproject commit 03ed2bd39e37c5ff035c05197af81558eb5d8a89
|
||||||
16
vimrc
16
vimrc
|
|
@ -180,11 +180,11 @@ nnoremap <leader>b :CtrlPBuffer<cr>
|
||||||
" Set the max files
|
" Set the max files
|
||||||
let g:ctrlp_max_files = 10000
|
let g:ctrlp_max_files = 10000
|
||||||
" Optimize file searching
|
" Optimize file searching
|
||||||
if has("unix")
|
"if has("unix")
|
||||||
let g:ctrlp_user_command = {
|
"let g:ctrlp_user_command = {
|
||||||
\ 'types': {
|
"\ 'types': {
|
||||||
\ 1: ['.git/', 'cd %s && git ls-files']
|
"\ 1: ['.git/', 'cd %s && git ls-files']
|
||||||
\ },
|
"\ },
|
||||||
\ 'fallback': 'find %s -type f | head -' . g:ctrlp_max_files
|
"\ 'fallback': 'find %s -type f | head -' . g:ctrlp_max_files
|
||||||
\ }
|
"\ }
|
||||||
endif
|
"endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue