mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
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:
commit
6fa38504e5
@ -45,7 +45,7 @@ nmap <c-n> <Plug>yankstack_substitute_newer_paste
|
|||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
let g:ctrlp_working_path_mode = 0
|
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 <leader>j :CtrlP<cr>
|
||||||
map <c-b> :CtrlPBuffer<cr>
|
map <c-b> :CtrlPBuffer<cr>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user