Use MRU.vim plugin for accessing most recently used files
This commit is contained in:
parent
f6855c3c41
commit
8e54cbc92e
2 changed files with 1 additions and 3 deletions
|
@ -57,6 +57,7 @@ vim-ruby https://github.com/vim-ruby/vim-ruby
|
||||||
typescript-vim https://github.com/leafgarland/typescript-vim
|
typescript-vim https://github.com/leafgarland/typescript-vim
|
||||||
vim-javascript https://github.com/pangloss/vim-javascript
|
vim-javascript https://github.com/pangloss/vim-javascript
|
||||||
vim-python-pep8-indent https://github.com/Vimjas/vim-python-pep8-indent
|
vim-python-pep8-indent https://github.com/Vimjas/vim-python-pep8-indent
|
||||||
|
mru.vim https://github.com/vim-scripts/mru.vim
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
GITHUB_ZIP = "%s/archive/master.zip"
|
GITHUB_ZIP = "%s/archive/master.zip"
|
||||||
|
|
|
@ -53,9 +53,6 @@ map <leader>j :CtrlP<cr>
|
||||||
" Quickly find and open a buffer
|
" Quickly find and open a buffer
|
||||||
map <leader>b :CtrlPBuffer<cr>
|
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_max_height = 20
|
||||||
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
|
let g:ctrlp_custom_ignore = 'node_modules\|^\.DS_Store\|^\.git\|^\.coffee'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue