aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index a351702..9537571 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1272,6 +1272,7 @@ Autocmd FileType typescript ClangFormatAutoDisable
" ctrlp {{{2
+let g:ctrlp_map = '<Space>f'
let g:ctrlp_match_func = {'match': 'ctrlp_matchfuzzy#matcher'}