From 29776c75d0ed79c544601b1630d532f9e121b9c7 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Tue, 19 Jul 2011 15:33:34 +0100 Subject: [PATCH] git-gui: drop the 'n' and 'Shift-n' bindings from the last patch. The 'n' binding should cause the next match to be selected but results in the search field gaining focus and additional 'n's being appended. Signed-off-by: Pat Thoyts --- lib/blame.tcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/blame.tcl b/lib/blame.tcl index bc81e29b43..2099776f12 100644 --- a/lib/blame.tcl +++ b/lib/blame.tcl @@ -356,9 +356,7 @@ constructor new {i_commit i_path i_jump} { bind $top [list searchbar::show $finder] bind $top [list searchbar::hide $finder] bind $top [list searchbar::find_next $finder] - bind $top [list searchbar::find_next $finder] bind $top [list searchbar::find_prev $finder] - bind $top [list searchbar::find_prev $finder] bind $top [list linebar::show $gotoline] catch { bind $top [list searchbar::find_prev $finder] } -- 2.11.4.GIT