Re: [PATCH] git-gui: Handle Ctrl+BS & Ctrl+Del in the commit msg

2019-02-12 Thread brian m. carlson
On Tue, Feb 12, 2019 at 12:24:40PM +0100, ism...@iodev.co.uk wrote: > These bindings delete the word before and after the cursor > respectively. It didn't seem necessary to describe the thing in detail > because it has been commonplace for more than 30 years AFAICT. I'm sure that these key binding

Re: [PATCH] git-gui: Handle Ctrl+BS & Ctrl+Del in the commit msg

2019-02-11 Thread brian m. carlson
On Mon, Feb 11, 2019 at 10:42:03PM +0100, Ismael Luceno wrote: > Signed-off-by: Ismael Luceno > --- > git-gui.sh | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/git-gui.sh b/git-gui.sh > index 5bc21b878d41..e00d9a345294 100755 > --- a/git-gui.sh > +++ b/git-gui.sh > @@ -3788,6 +3788,8

[PATCH] git-gui: Handle Ctrl+BS & Ctrl+Del in the commit msg

2019-02-11 Thread Ismael Luceno
Signed-off-by: Ismael Luceno --- git-gui.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-gui.sh b/git-gui.sh index 5bc21b878d41..e00d9a345294 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -3788,6 +3788,8 @@ bind $ui_comm <$M1B-Key-KP_Subtract> {show_less_context;break} bind $ui_comm