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

@@ -63,9 +63,10 @@ COMMANDS *fzf-vim-commands*
`Ag[PATTERN]` | {ag}{5} 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
`LocatePATTERN` | `locate` command output
`History` | `v:oldfiles` and open buffers
`Snippets` | Snippets ({UltiSnips}{6})