mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-03 16:42:52 +08:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user