author | David Fries <david@fries.net> | |
Sat, 16 Jul 2011 16:59:45 +0000 (11:59 -0500) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Tue, 19 Jul 2011 14:31:29 +0000 (15:31 +0100) | ||
commit | af9a4625fa7aeeb5bc52eed3af7e19579af31f42 | |
tree | bba2d3cf58ffac81e860fb46f9d876f8ab281c9d | tree | snapshot |
parent | 9a483e5c093bc5fa364e02b7a4aeb26dde99a5e9 | commit | diff |
git-gui: Add keyboard shortcuts for search and goto commands in blame view.
Use forward-slash or Control-S to bring up the search dialog.
In the blame view, Enter or 'n' jump to the next selected region while
Shift-Enter or Shift-n will jump to the previous selected region.
Within the search control, hitting Enter will now jump to the next matching
region.
Signed-off-by: David Fries <David@Fries.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Use forward-slash or Control-S to bring up the search dialog.
In the blame view, Enter or 'n' jump to the next selected region while
Shift-Enter or Shift-n will jump to the previous selected region.
Within the search control, hitting Enter will now jump to the next matching
region.
Signed-off-by: David Fries <David@Fries.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/blame.tcl | diff | blob | history | |
lib/search.tcl | diff | blob | history |