mirror of
1
0
Fork 0

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

@ -57,6 +57,7 @@ vim-ruby https://github.com/vim-ruby/vim-ruby
typescript-vim https://github.com/leafgarland/typescript-vim
vim-javascript https://github.com/pangloss/vim-javascript
vim-python-pep8-indent https://github.com/Vimjas/vim-python-pep8-indent
mru.vim https://github.com/vim-scripts/mru.vim
""".strip()
GITHUB_ZIP = "%s/archive/master.zip"

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'