Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubaldot/vim-open-recent
Open recent files from a popup menu. Written in Vim9.
https://github.com/ubaldot/vim-open-recent
vim vim9 vim9-plugin
Last synced: 27 days ago
JSON representation
Open recent files from a popup menu. Written in Vim9.
- Host: GitHub
- URL: https://github.com/ubaldot/vim-open-recent
- Owner: ubaldot
- License: bsd-3-clause
- Created: 2024-08-19T21:45:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T09:39:59.000Z (2 months ago)
- Last Synced: 2024-09-27T15:21:07.322Z (about 1 month ago)
- Topics: vim, vim9, vim9-plugin
- Language: Vim Script
- Homepage:
- Size: 118 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vim9 - vim-open-recent
README
# vim-open-recent
Open recent files from a popup menu.
The plugin it is extremely light (less than 100 lines of code) and it has only
one command `:OpenRecent`.If you want to change directory upon selecting a recently opened file, set
`g:vim_open_change_dir` to `true`.If you don't want to show the popup of recent items when entering Vim, set
`g:vim_open_at_empty_startup` to `false`.This plugin is written in Vim9.