Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've discovered that 'n' will take you to the next diff, and 'p' to the previous one, and 'enter' to the nearest one. Any others?

share|improve this question
2  
From the man page : Online help is available by hitting the "help" button. – Brian Agnew Jan 29 at 16:37
hmmm... I have no man page... but I didn't notice the help button! lol – timidpueo Jan 29 at 16:44

closed as off topic by chepner, shellter, DocMax, MrTheWalrus, Eric Jan 29 at 17:26

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

From the help button:

Keyboard Navigation

When a text widget has the focus, you may use the following shortcut keys:

f   First diff
c   Center current diff
l   Last diff
n   Next diff
p   Previous diff
1   Merge Choice 1
2   Merge Choice 2

The cursor, Home, End, PageUp and PageDown keys work as expected, adjusting the view in whichever text window has the focus. Note that if Synchronize Scrollbars is set in Preferences, both windows will scroll at the same time.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.