Skip to content

Shows recently used files in the quickfix list when starting Vim

Notifications You must be signed in to change notification settings

coderonline/vim-recently-used

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-recently-used

Here comes one of my most frequently used plugins!

This plugin shows a list of recently used files from the current directory when starting Vim. There is also a simple command :RecentlyUsed available to update the list after changing to another directory with :cd.

screenshot

Installation

This should be sufficient:

git clone https://git.entwicklerseite.de/vim-recently-used \
    ~/.vim/pack/coderonline/start/vim-recently-used

Or as submodule:

git submodule add https://git.entwicklerseite.de/vim-recently-used \
    ~/.vim/pack/coderonline/start/vim-recently-used

Or download the zip file and extract it under ~/.vim/pack/coderonline/start/.

Installation using plugin managers

vim-plug

Plug 'coderonline/vim-recently-used'

dein.vim

call dein#add('coderonline/vim-recently-used')

Design goals

  • Keep it really simple
  • Make it a one liner

About

Shows recently used files in the quickfix list when starting Vim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published