coc-git 2.7.0 → 2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/Readme.md +3 -1
  2. package/lib/index.js +4730 -4714
  3. package/package.json +5 -6
package/Readme.md CHANGED
@@ -214,7 +214,9 @@ xmap ag <Plug>(coc-git-chunk-outer)
214
214
  Use command `:CocCommand` to open commands and type `git.` to get all git
215
215
  related commands.
216
216
 
217
- - `:CocCommand git.copyUrl` Copy url of current line to clipboard
217
+ - `:CocCommand git.copyUrl` Copy url of current line to clipboard.
218
+ - `:CocCommand git.nextChunk` Navigate to the next chunk.
219
+ - `:CocCommand git.prevChunk` Navigate to the previous chunk.
218
220
  - `:CocCommand git.chunkInfo` Show chunk info under cursor.
219
221
  - `:CocCommand git.chunkUndo` Undo current chunk.
220
222
  - `:CocCommand git.chunkStage` Stage current chunk.