Skip to content

cdlscpmv/vim-qlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-qlist

Vim-qlist is an updated, more powerful, version of the function discussed in this /r/vim thread.

The purpose of this script is to make the results of "include-search" and "definition-search" easier to navigate and more persistent by using the quickfix list instead of the default list-like interface.

screenshot

Installation

Use your favorite plugin manager or dump the files in this repository in their standard location:

on Unix-like systems...

~/.vim/doc/qlist.txt
~/.vim/plugin/qlist.vim

on Windows...

%userprofile%\vimfiles\doc\qlist.txt
%userprofile%\vimfiles\plugin\qlist.vim

Don't forget to execute the following command to make the documentation globally available:

on Unix-like systems...

:helptags ~/.vim/doc

on Windows...

:helptags %userprofile%\vimfiles\doc

TODO

  • Add options?

DONE

  • Add a gifcast to the README. (sort of)
  • Add proper documentation.

About

Persist the results of :ilist and related commands via the quickfix list.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%