Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.