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

2019-05-06 Thread Ismael Luceno
On 08/Apr/2019 12:54, Ismael Luceno Cortes wrote: > - Control+BackSpace: Delete word to the left of the cursor. > - Control+Delete : Delete word to the right of the cursor. > > Originally introduced by BRIEF and Turbo Vision between 1985 and 1992, > they were adopted by most CU

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

2019-04-08 Thread Ismael Luceno Cortes
^--^-- selection Signed-off-by: Ismael Luceno --- CC: Junio C Hamano CC: "brian m. carlson" CC: Pat Thoyts Notes: Changes since v2: - Reimplemented via existing events, which correctly delete spaces. - Further improved commit message. Changes since v1:

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

2019-03-04 Thread Ismael Luceno
On 21/Feb/2019 12:47, Junio C Hamano wrote: > Ismael Luceno writes: > > >> I am not sure if going > >> back by one character from where the current insertion cursor is and > >> further go back to the wordstart would give the beginning of the > >&

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

2019-02-21 Thread Ismael Luceno
On 20/Feb/2019 12:05, Junio C Hamano wrote: > Ismael Luceno writes: > > > - Control+BackSpace: Delete word to the left of the cursor. > > - Control+Delete : Delete word to the right of the cursor. > > > > Originally introduced by BRIEF and Turbo Vision betwee

[PATCH] git-gui: Implement color configuration

2019-02-15 Thread Ismael Luceno
Signed-off-by: Ismael Luceno --- git-gui.sh | 33 ++--- lib/option.tcl | 16 2 files changed, 38 insertions(+), 11 deletions(-) diff --git a/git-gui.sh b/git-gui.sh index e00d9a345294..3d7a2217f00c 100755 --- a/git-gui.sh +++ b/git-gui.sh

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

2019-02-15 Thread Ismael Luceno
/Libre Office, Gecko, and GNU Emacs. Signed-off-by: Ismael Luceno --- Notes: Changes since v1: - Improved commit message. 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

[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 $u

[PATCH] git-gui: Implement color configuration

2019-02-11 Thread Ismael Luceno
Signed-off-by: Ismael Luceno --- git-gui.sh | 33 ++--- lib/option.tcl | 16 2 files changed, 38 insertions(+), 11 deletions(-) diff --git a/git-gui.sh b/git-gui.sh index e00d9a345294..01e5462dc70e 100755 --- a/git-gui.sh +++ b/git-gui.sh

[PATCH] gitk: Allow to quickly go to a specific commit

2015-04-15 Thread Ismael Luceno
Binds "g" to focus the sha1 entry box. Signed-off-by: Ismael Luceno --- gitk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitk b/gitk index 9a2daf3..0e9d884 100755 --- a/gitk +++ b/gitk @@ -2568,6 +2568,7 @@ proc makewindow {} { bindkey b prevfile bindkey d &qu

[PATCH] gitk: Bind g to focus the sha1 entry box

2015-01-07 Thread Ismael Luceno
This allows switching to some commit quickly. Signed-off-by: Ismael Luceno --- gitk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitk b/gitk index 78358a7..9552fd4 100755 --- a/gitk +++ b/gitk @@ -2561,6 +2561,7 @@ proc makewindow {} { bindkey b prevfile bindkey d "$