[Commits] Add Commits command for browsing git commits

- Enter, CTRL-T/X/V to show commit
- CTRL-D to diff against HEAD
- Multiple selection with TAB / Shift-TAB

Close #13
This commit is contained in:
Junegunn Choi
2015-09-20 01:26:08 +09:00
parent 8cc0b2ea71
commit d8b54082c1
4 changed files with 88 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ Commands
| `History:` | Command history |
| `History/` | Search history |
| `Snippets` | Snippets ([UltiSnips][us]) |
| `Commits` | Git commits (requires [fugitive.vim][f] |
| `Commands` | Commands |
| `Helptags` | Help tags <sup id="a1">[1](#helptags)</sup> |
@@ -73,6 +74,7 @@ from [pathogen][pat]. But its functionality is still available via `call
pathogen#helptags()`. [](#a1))
[pat]: https://github.com/tpope/vim-pathogen
[f]: https://github.com/tpope/vim-fugitive
### Customization