diff options
author | Cody Hiar <codyfh@gmail.com> | 2016-12-18 11:32:47 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2016-12-18 11:32:47 -0700 |
commit | 537de6dde5603685f780f4c937448bfa2bdd5579 (patch) | |
tree | cd3f0dc01f91a8b56105106287b8921e6798e6a0 /plugin/vim-options.vim | |
parent | d8e3cfd5b12e2e18e61e7ac3e5832e27d1120a6a (diff) |
Change ctrl+p to start in fuzzy mode
Diffstat (limited to 'plugin/vim-options.vim')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 30e4789..f3c56a8 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -326,7 +326,6 @@ endif "----------------------------------------------------------------------------------------------------------------------- if !empty(glob(EditorDir.'/plugged/ctrlp.vim/plugin/ctrlp.vim')) let g:ctrlp_working_path_mode = 'a' - let g:ctrlp_by_filename = 1 let g:ctrlp_status_func = { \ 'main': 'CtrlP_main_status', \ 'prog': 'CtrlP_progress_status', |