mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Update README with toggling information.
This commit is contained in:
@@ -30,7 +30,13 @@ git clone git://github.com/airblade/vim-gitgutter.git
|
|||||||
|
|
||||||
You don't have to do anything: it just works.
|
You don't have to do anything: it just works.
|
||||||
|
|
||||||
You can turn vim-gitgutter off with `:call DisableGitGutter()` and on again with `:call EnableGitGutter()`. If you do this often I suggest adding mappings for these.
|
You can also:
|
||||||
|
|
||||||
|
* turn vim-gitgutter off with `:call DisableGitGutter()`
|
||||||
|
* turn vim-gitgutter on with `:call EnableGitGutter()`
|
||||||
|
* toggle it on/off with `:call ToggleGitGutter()`.
|
||||||
|
|
||||||
|
You may want to add mappings for these if you use them often.
|
||||||
|
|
||||||
|
|
||||||
### FAQ
|
### FAQ
|
||||||
|
|||||||
Reference in New Issue
Block a user