Merge branch 'il/ctrl-bs-del'
Allow deleting words backwards and forwards using Ctrl + Backspace and Delete in the commit message buffer. * il/ctrl-bs-del: git-gui: Handle Ctrl + BS/Del in the commit msg
This commit is contained in:
commit
c195247812
@ -3928,6 +3928,8 @@ bind $ui_comm <$M1B-Key-KP_Subtract> {show_less_context;break}
|
||||
bind $ui_comm <$M1B-Key-equal> {show_more_context;break}
|
||||
bind $ui_comm <$M1B-Key-plus> {show_more_context;break}
|
||||
bind $ui_comm <$M1B-Key-KP_Add> {show_more_context;break}
|
||||
bind $ui_comm <$M1B-Key-BackSpace> {event generate %W <Meta-Delete>;break}
|
||||
bind $ui_comm <$M1B-Key-Delete> {event generate %W <Meta-d>;break}
|
||||
|
||||
bind $ui_diff <$M1B-Key-x> {tk_textCopy %W;break}
|
||||
bind $ui_diff <$M1B-Key-X> {tk_textCopy %W;break}
|
||||
|
Loading…
Reference in New Issue
Block a user