sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
4k stars 109 forks source link

Mention `:h diff-mode` in the README #277

Closed sathishmanohar closed 1 year ago

sathishmanohar commented 1 year ago

]c jumps to the next hunk and [c jumps to the previous hunt but in the g? help section it isn't listed.

sindrets commented 1 year ago

Yes, because they are builtin mappings: :h jumpto-diffs. The plugin assumes you're familiar with everything from :h diff-mode.

sathishmanohar commented 1 year ago

Got it. This can be mentioned in the readme somewhere