mirror of
https://github.com/amix/vimrc
synced 2025-06-17 02:15:01 +08:00
Use MRU.vim plugin for accessing most recently used files
This commit is contained in:
@ -53,9 +53,6 @@ map <leader>j :CtrlP<cr>
|
||||
" Quickly find and open a buffer
|
||||
map <leader>b :CtrlPBuffer<cr>
|
||||
|
||||
" Quickly find and open a recently opened file
|
||||
map <leader>f :CtrlPMRU<CR>
|
||||
|
||||
let g:ctrlp_max_height = 20
|
||||
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
|
||||
|
||||
|
Reference in New Issue
Block a user