diff: add Alt-J and Alt-K Previous/Next File shortcuts
commit2a9ee46f443f8e1b924a475955d82c8fc209ff00
authorDavid Aguilar <davvid@gmail.com>
Thu, 23 Jul 2015 01:40:03 +0000 (22 18:40 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 23 Jul 2015 01:40:03 +0000 (22 18:40 -0700)
tree4243edb57941af5c492b5d89978ee76648defba8
parent76e31d51cdc93ffe96f6fab814d39c2cc4eec8e7
diff: add Alt-J and Alt-K Previous/Next File shortcuts

The j/k shortcuts no longer bubble up to the status widget from the diff
editor now that the diff editor understands vim navigation keys.

Add Alt-J and Alt-K shortcuts to the diff editor.  These
shortcuts emit a signal that is routed through the main widget and back
to the status view, which then performs move_up() and move_down().

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/diff.py
cola/widgets/main.py
cola/widgets/status.py