diff options
| author | Pixeller | 2023-12-13 07:58:45 +0800 |
|---|---|---|
| committer | GitHub | 2023-12-13 07:58:45 +0800 |
| commit | bc28b3cc31ff456320e652d1d6adf7c4ba4031ca (patch) | |
| tree | 5725d52c2d6211e14b28e71b9fcd4f5a781fb372 | |
| parent | 7c972cb19c8544c681ca345c64ec39e04f4651cc (diff) | |
| download | ctrlp.vim-bc28b3cc31ff456320e652d1d6adf7c4ba4031ca.tar.gz | |
Not use map
nmap please
| -rw-r--r-- | plugin/ctrlp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ctrlp.vim b/plugin/ctrlp.vim index 1e56eca..280e9a8 100644 --- a/plugin/ctrlp.vim +++ b/plugin/ctrlp.vim @@ -36,7 +36,7 @@ com! -bar CtrlPRoot cal ctrlp#init('fil', { 'mode': 'r' }) exe 'nn <silent> <plug>(ctrlp) :<c-u>'.g:ctrlp_cmd.'<cr>' if g:ctrlp_map != '' && !hasmapto('<plug>(ctrlp)') - exe 'map' g:ctrlp_map '<plug>(ctrlp)' + exe 'nmap' g:ctrlp_map '<plug>(ctrlp)' en if !exists('g:ctrlp_types') || index(g:ctrlp_types, 'mru') >= 0 |