Skip to content

Commit

Permalink
Update _vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
李旭 committed Apr 3, 2015
1 parent 0e2079d commit 26a53af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _vimrc
Expand Up @@ -69,7 +69,7 @@ let g:ctrlp_by_filename = 1
let g:ctrlp_match_window_bottom = 0
let g:ctrlp_match_window_reversed = 0
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$\|\.obj$\|\.pyc$\|\.meta$'
let g:ctrlp_root_markers = ['root.dir']
let g:ctrlp_root_markers = ['.ycm_extra_conf.py']
let g:ctrlp_clear_cache_on_exit = 0
let g:ctrlp_prompt_mappings = { 'PrtSelectMove("j")': ['<c-n>', '<down>'], 'PrtSelectMove("k")': ['<c-p>', '<up>'], 'PrtHistory(-1)': ['<c-j>'], 'PrtHistory(1)': ['<c-k>'], 'PrtClearCache()': ['<F4>'], }

Expand Down

0 comments on commit 26a53af

Please sign in to comment.