telescope-diff.nvim
telescope-diff.nvim copied to clipboard
Jump to next/previous difference
Is there a way to add a keymap for this?
Since this is only using the internal neovim diff, you can use the default keybinds of ]c and [c to move to the next/previous difference (see h: jumpto-diffs)
Note that you can also automatically grab the difference from the other split with do or put the current difference in the other split with dp (see h: copy-diffs)