mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Move more important paragraph above less important ones
This commit is contained in:
@@ -173,6 +173,10 @@ Commands for operating on a hunk:~
|
|||||||
*gitgutter-:GitGutterPreviewHunk*
|
*gitgutter-:GitGutterPreviewHunk*
|
||||||
:GitGutterPreviewHunk Preview the hunk the cursor is in.
|
:GitGutterPreviewHunk Preview the hunk the cursor is in.
|
||||||
|
|
||||||
|
To stage part of the hunk, move to the preview window,
|
||||||
|
delete any lines you do not want to stage, and
|
||||||
|
|GitGutterStageHunk|.
|
||||||
|
|
||||||
To close a non-floating preview window use |:pclose|
|
To close a non-floating preview window use |:pclose|
|
||||||
or |CTRL-W_z| or |CTRL-W_CTRL-Z|; or normal window-
|
or |CTRL-W_z| or |CTRL-W_CTRL-Z|; or normal window-
|
||||||
closing (|:quit| or |:close| or |CTRL-W_c|) if your cursor
|
closing (|:quit| or |:close| or |CTRL-W_c|) if your cursor
|
||||||
@@ -186,10 +190,6 @@ Commands for operating on a hunk:~
|
|||||||
the original window with |CTRL-W_p|. Alternatively set
|
the original window with |CTRL-W_p|. Alternatively set
|
||||||
|g:gitgutter_close_preview_on_escape| and use <Esc>.
|
|g:gitgutter_close_preview_on_escape| and use <Esc>.
|
||||||
|
|
||||||
To stage part of the hunk, move to the preview window,
|
|
||||||
delete any lines you do not want to stage, and
|
|
||||||
|GitGutterStageHunk|.
|
|
||||||
|
|
||||||
Commands for folds:~
|
Commands for folds:~
|
||||||
|
|
||||||
*gitgutter-:GitGutterFold*
|
*gitgutter-:GitGutterFold*
|
||||||
|
|||||||
Reference in New Issue
Block a user