mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 21:03:53 -05:00
Change command names to follow GitGutterXxxx.
This commit is contained in:
committed by
Andy Stewart
parent
20f37f5fa9
commit
a67904e812
12
README.mkd
12
README.mkd
@@ -41,15 +41,15 @@ If you want vim-gitgutter off by default, add `let g:gitgutter_enabled = 0` to y
|
||||
|
||||
You can explicitly turn vim-gitgutter off and on:
|
||||
|
||||
* turn off with `:DisableGitGutter`
|
||||
* turn on with `:EnableGitGutter`
|
||||
* toggle with `:ToggleGitGutter`.
|
||||
* turn off with `:GitGutterDisable`
|
||||
* turn on with `:GitGutterEnable`
|
||||
* toggle with `:GitGutterToggle`.
|
||||
|
||||
And you can turn line highlighting on and off (defaults to off):
|
||||
|
||||
* turn on with `:EnableGitGutterLineHighlights`
|
||||
* turn off with `:DisableGitGutterLineHighlights`
|
||||
* toggle with `:ToggleGitGutterLineHighlights`.
|
||||
* turn on with `:GitGutterLineHighlightsEnable`
|
||||
* turn off with `:GitGutterLineHighlightsDisable`
|
||||
* toggle with `:GitGutterLineHighlightsToggle`.
|
||||
|
||||
Furthermore you can jump between hunks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user