Skip to content
/ yanklist Public

neovim plugin to cycle through whats been yanked recently

Notifications You must be signed in to change notification settings

Jconn/yanklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neovim plugin that stores your yank history and outputs it to a buffer, so you can re-yank things you've yanked before

built off of nvim-oxi.

In order to run, build the project

move the resulting target/debug/libyanklist.so to lua/yankpast.so

add the base of the repo to your nvim runtime path set runtimepath+=/hdd/projects/pretty_nvim

and then to open the yank history window :lua require("yankpast").open_window()

About

neovim plugin to cycle through whats been yanked recently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages