Add Windows command

Close #4
This commit is contained in:
Junegunn Choi
2015-08-28 17:49:50 +09:00
parent bc00b07079
commit e43e945ccc
3 changed files with 42 additions and 3 deletions

View File

@@ -38,9 +38,10 @@ Commands
| `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 |
| `Marks` | Marks |
| `Windows` | Windows |
| `Locate PATTERN` | `locate` command output |
| `History` | `v:oldfiles` and open buffers |
| `Snippets` | Snippets ([UltiSnips][us]) |