Fix ctrl-f being accidentally set instead of ctrl-p as indicated by vimrc intent
This commit is contained in:
parent
5439d30a5a
commit
7fe0cff871
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ nmap <c-n> <Plug>yankstack_substitute_newer_paste
|
|||
""""""""""""""""""""""""""""""
|
||||
let g:ctrlp_working_path_mode = 0
|
||||
|
||||
let g:ctrlp_map = '<c-f>'
|
||||
let g:ctrlp_map = '<c-p>'
|
||||
map <leader>j :CtrlP<cr>
|
||||
map <c-b> :CtrlPBuffer<cr>
|
||||
|
||||
|
|
Loading…
Reference in a new issue