diff options
Diffstat (limited to 'modules/ctrlp.vim')
-rw-r--r-- | modules/ctrlp.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ctrlp.vim b/modules/ctrlp.vim new file mode 100644 index 00000000..5d52cf01 --- /dev/null +++ b/modules/ctrlp.vim @@ -0,0 +1,2 @@ +let g:ctrlp_map = '<c-p>' +let g:ctrlp_cmd = 'CtrlP' |