aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f0e8dec
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+ls_grep.vim
+===========
+
+Provide support for grepping `:ls` output. Say you have 20 buffers open. To find the buffer id of a file, filtering visually can take a long time. This plugin allows you to filter the output to only show the lines matching your search term.
+
+
+## Usage
+
+ :LsGrep filename
+
+
+## Installation
+Install using any of the various Vim package management plugins. If you use [pathogen](https://github.com/tpope/vim-pathogen), you can run the following to install:
+
+ cd ~/.vim/bundle
+ git clone https://github.com/teddywing/auditory.vim.git
+
+
+## License
+Licensed under the MIT license. See the included LICENSE file.