git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CTRL+Arrow keys don't work with Git Bash for Windows?
@ 2015-01-29 15:18 Kevin
  2015-02-12  8:27 ` Sebastian Schuberth
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin @ 2015-01-29 15:18 UTC (permalink / raw)
  To: git

Hello,
I'm trying to set up some navigation shortcuts I have become accustomed to
using in Windows environments, as well as KDE Konsole.  I would like to bind
CTRL+Left to "backward-word" and CTRL+Right to "forward-word" (there are
more, but this is a start).  I can enable this behavior by adding something
like "\e[D": forward-word to my ./inputrc file, but this also overwrites the
"forward-char" sequence that comes from a "Right Arrow" press without the
CTRL key.  For some reason, when I use the Git Bash shell the key sequence
for "CTRL+Right" and "Right" (\e[C) are the same -- same with "CTRL+Left"
and "Left" (\e[D).

Most of the solutions I have come across only address adding things to the
".inputrc" file, but in this case that is not the problem.  The problem is
that the CTRL+Arrow keys are not sending any unique sequences.  These
sequences are distinct and can be bound as I am describing when using the
"mintty.exe" xterm terminal emulator.  So why are they not working when I
start up Git Bash (which I believe has no emulator, it just uses windows
cmd.exe?).  I also see this problem when I use the "bash.exe --login -l"
that was installed with MinGW/MSys.

Thanks for any suggestions on how to enable this behavior.

Kevin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-12  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-29 15:18 CTRL+Arrow keys don't work with Git Bash for Windows? Kevin
2015-02-12  8:27 ` Sebastian Schuberth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).