1
0
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:
Amir
2021-05-05 10:24:20 +02:00
parent f6855c3c41
commit 8e54cbc92e
2 changed files with 1 additions and 3 deletions

View File

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