Skip to content

ddickstein/qf-delete.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple plugin that lets the d operator delete quickfix entries and u / <C-r> undo and redo those deletions. Undos are tracked linearly rather than in a tree. They are also tracked outside the quickfix lists, so each list has its own history (meaning :colder or :cnewer will move you to a different list, with its own history).

This plugin also provides its own implementation of :Cfilter and :Lfilter from the runtime's cfilter plugin so that filters are also tracked in the undo state.

Related plugins

The following plugins improve the quickfix list in various ways. They may not interact well with this plugin or with each other:

About

Delete operator for quickfix list with undo support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages