Skip to content

Vim plugin to name your quickfix lists and make them easily recoverable

License

Notifications You must be signed in to change notification settings

weilbith/vim-quickname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Quickfix Lists with Names

A minimalistic Vim plugin to save your quickfix lists with a name to make is easily recoverable. Instead of traversing through the quickfix lists history with :colder and :cnewer this allows to jump directly to lists of interest. Additionally it includes some tiny features to select, highlight and also integrate reloaded quickfix lists into you status line. Checkout the documentation for details of how the user flow look like and how to customize it.

Installation

Install the plugin with your favorite manager tool. Here is an example using dein.vim:

call dein#add('weilbith/vim-quickname', {
      \ 'on_cmd': ['QuicknameSave', 'QuicknameLoad', 'QuicknameRemove']
      \ })

About

Vim plugin to name your quickfix lists and make them easily recoverable

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published