File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2715,8 +2715,8 @@ bind $ui_comm <$M1B-Key-v> {tk_textPaste %W; %W see insert; break}
27152715bind $ui_comm <$M1B -Key-V> {tk_textPaste %W; %W see insert; break}
27162716bind $ui_comm <$M1B -Key-a> {%W tag add sel 0.0 end;break}
27172717bind $ui_comm <$M1B -Key-A> {%W tag add sel 0.0 end;break}
2718- bind $ui_comm <$M1B -Key-\[ > {show_less_context;break}
2719- bind $ui_comm <$M1B -Key-\] > {show_more_context;break}
2718+ bind $ui_comm <$M1B -Key-bracketleft > {show_less_context;break}
2719+ bind $ui_comm <$M1B -Key-bracketright > {show_more_context;break}
27202720
27212721bind $ui_diff <$M1B -Key-x> {tk_textCopy %W;break}
27222722bind $ui_diff <$M1B -Key-X> {tk_textCopy %W;break}
@@ -2760,8 +2760,8 @@ bind . <$M1B-Key-t> do_add_selection
27602760bind . <$M1B -Key-T> do_add_selection
27612761bind . <$M1B -Key-i> do_add_all
27622762bind . <$M1B -Key-I> do_add_all
2763- bind . <$M1B -Key-\[ > {show_less_context;break}
2764- bind . <$M1B -Key-\] > {show_more_context;break}
2763+ bind . <$M1B -Key-bracketleft > {show_less_context;break}
2764+ bind . <$M1B -Key-bracketright > {show_more_context;break}
27652765bind . <$M1B -Key-Return> do_commit
27662766foreach i [ list $ui_index $ui_workdir ] {
27672767 bind $i <Button-1> " toggle_or_diff $i %x %y; break "
You can’t perform that action at this time.
0 commit comments