Add BLines command (buffer lines)

This commit is contained in:
Junegunn Choi
2015-08-23 04:14:04 +09:00
parent b9c75fda50
commit e192cfef43
3 changed files with 38 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ Commands
| `Colors` | Color schemes |
| `Ag [PATTERN]` | [ag][ag] search result (`CTRL-A` to select all, `CTRL-D` to deselect all) |
| `Lines` | Lines in loaded buffers |
| `BLines` | Lines in the current buffer |
| `Marks` | Marks |
| `Tags` | Tags in the project (`ctags -R`) |
| `BTags` | Tags in the current buffer |