mirror of
1
0
Fork 0

Fix ctrl-f being accidentally set instead of ctrl-p as indicated by vimrc intent

This commit is contained in:
Victoria Petite 2019-06-19 16:38:47 -04:00 committed by GitHub
parent 5439d30a5a
commit 7fe0cff871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>