Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskelton/oldies.nvim
Navigate your oldfiles without losing your mind.
https://github.com/mskelton/oldies.nvim
nvim oldfiles vim
Last synced: 16 days ago
JSON representation
Navigate your oldfiles without losing your mind.
- Host: GitHub
- URL: https://github.com/mskelton/oldies.nvim
- Owner: mskelton
- License: isc
- Created: 2023-03-30T01:49:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-22T23:32:33.000Z (over 1 year ago)
- Last Synced: 2024-10-18T08:18:00.296Z (2 months ago)
- Topics: nvim, oldfiles, vim
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oldies.nvim
Navigate your `oldfiles` without losing your mind.
## Motivation
At times, it's useful to navigate backwards through your file history, but
`oldfiles` is a bit difficult to use, especially because navigating between
files continuously adds items back to the top of `oldfiles`. This plugin allows
you to easily navigate backwards and forwards through the list of `oldfiles`.## Installation
Install with your favorite package manager (e.g.
[lazy.nvim](https://github.com/folke/lazy.nvim)).```lua
{
"mskelton/oldies.nvim",
}
```## Usage
```lua
require('oldies').prev()
require('oldies').next()
```