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

2019-05-27 Thread Johannes Schindelin
Hi, On Mon, 6 May 2019, Ismael Luceno wrote: > 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 an

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 CUA-Compliant UIs, i

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

2019-04-08 Thread Ismael Luceno Cortes
- 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 CUA-Compliant UIs, including those of: OS/2, Windows, Mac OS, Qt, GTK, Open/Libr