https://github.com/meain/v
Quick access to recent files in any Vim clone
https://github.com/meain/v
files mru quick-access vim
Last synced: about 2 months ago
JSON representation
Quick access to recent files in any Vim clone
- Host: GitHub
- URL: https://github.com/meain/v
- Owner: meain
- License: mit
- Created: 2016-06-12T09:42:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T03:56:21.000Z (about 6 years ago)
- Last Synced: 2025-08-23T03:44:12.299Z (10 months ago)
- Topics: files, mru, quick-access, vim
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v
Quick access to recent files in Vim ( any vim fork ).
Idea stolen from [rupa/v](https://github.com/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](https://github.com/vim-scripts/mru.vim) plugin in vim.**
# Installation
1. Install [MRU](https://github.com/vim-scripts/mru.vim) plugin for Vim
2. Install `v/vv` by adding it to a location in your $PATH variable and making it excecutable
# Usage
## v
Usage: `$ v `
Example: `$ v readme`
## vv
Usage: `$ vv`
# Customize
Maybe you might wanna add more items to `IGNORE_LIST` var in `v`.