Add Marks command

This commit is contained in:
Junegunn Choi
2015-08-22 22:57:28 +09:00
parent 2953f4d388
commit ec0d685faf
2 changed files with 32 additions and 0 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 |
| `Marks` | Marks |
| `Tags` | Tags in the project (`ctags -R`) |
| `BTags` | Tags in the current buffer |
| `Locate PATTERN` | `locate` command output |