mirror of
1
0
Fork 0

Merge pull request #1 from victoria-petite/victoria-petite-patch-1

Fix ctrl-f being accidentally set instead of ctrl-p as indicated by v…
This commit is contained in:
Victoria Petite 2019-06-19 16:39:16 -04:00 committed by GitHub
commit 6fa38504e5
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>