blob: 7b384c944cbf5390a8dfd6f04c1b313843241280 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
*ls_grep.txt* Grep the output of the :ls command
==============================================================================
INTRODUCTION *ls-grep*
LsGrep allows you to grep |:ls| output for a certain buffer. It's a tiny
plugin that provides a single command: |:LsGrep|. This command takes a search
string argument which outputs a filtered version of |:ls| output using the
search string. This lets you find the buffer numbers of the files you need
without doing a manual visual scan through the list.
==============================================================================
COMMANDS *ls-grep-commands*
*ls-grep-:LsGrep*
:LsGrep {bufname} Search the buffer list for {bufname}. The search
string can be a substring of the file. Fuzzy matching
is not supported.
vim:tw=78:et:ft=help:norl:
|