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
^--^-- 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:
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
> >&
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
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
/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
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
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
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
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 "$
10 matches
Mail list logo