Quick access to recent files in Vim ( any vim fork ).
Idea stolen from rupa/v but it only support original vim.
If the query you given is not in the list of recent file it will load the file that matches your querry in the current directory if availabe.
v
- It opens the latest file with the filename containing the argument you have given
vv
- It opens the last edited file in vim
This depends on MRU plugin in vim.
- Install MRU plugin for Vim
- Install
v/vv
by adding it to a location in your $PATH variable and making it excecutable
Usage: $ v <term>
Example: $ v readme
Usage: $ vv
Maybe you might wanna add more items to IGNORE_LIST
var in v
.