humeniuc / vim-qlist

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Vim Script 100.0%