git-gui: drop the 'n' and 'Shift-n' bindings from the last patch.
[gitweb.git] / lib / blame.tcl
index 14fde81761315aa67363fa549d78a56413f86069..2099776f12ebb4f8e0fba754809d43ca7972dd56 100644 (file)
@@ -352,6 +352,8 @@ constructor new {i_commit i_path i_jump} {
        bind $w_cviewer <Button-1>   [list focus $w_cviewer]
        bind $w_file    <Visibility> [cb _focus_search $w_file]
        bind $top       <F7>         [list searchbar::show $finder]
+       bind $top       <Key-slash>  [list searchbar::show $finder]
+       bind $top    <Control-Key-s> [list searchbar::show $finder]
        bind $top       <Escape>     [list searchbar::hide $finder]
        bind $top       <F3>         [list searchbar::find_next $finder]
        bind $top       <Shift-F3>   [list searchbar::find_prev $finder]