diff options
author | Christian Chiarulli <[email protected]> | 2019-02-11 15:19:13 -0500 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2019-02-11 15:19:13 -0500 |
commit | 8db51aea3a5daa889406e51d3c42199c8ad9b839 (patch) | |
tree | ced14faab14ffa0f1d019c65b051575427c154ff /modules/ctrlp.vim | |
parent | 18568c43d02779c85de1ce1d7a488c1c01af9022 (diff) |
gutentags makes things hang so I need to fix or replace it
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' |