[[B]Lines] Default query as the optional argument

Close #143
This commit is contained in:
Junegunn Choi
2016-05-17 00:47:28 +09:00
parent 47806da408
commit 78c3d254ae
4 changed files with 15 additions and 11 deletions

View File

@@ -56,8 +56,8 @@ Commands
| `Buffers` | Open buffers |
| `Colors` | Color schemes |
| `Ag [PATTERN]` | [ag][ag] search result (`ALT-A` to select all, `ALT-D` to deselect all) |
| `Lines` | Lines in loaded buffers |
| `BLines` | Lines in the current buffer |
| `Lines [QUERY]` | Lines in loaded buffers |
| `BLines [QUERY]` | Lines in the current buffer |
| `Tags [QUERY]` | Tags in the project (`ctags -R`) |
| `BTags [QUERY]` | Tags in the current buffer |
| `Marks` | Marks |