Is there a way to enable Ctrl + left/right keyboard shortcuts (go to previous / next word) in the Bash console installed with MSysGit?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
At your Bash prompt, press Ctrl-v Ctrl-Left-Arrow and Ctrl-v Ctrl-Right-Arrow and make note of the output. You should see something like:
where you will substitute To re-read the file and make the changes active immediately, press Ctrl-x Ctrl-r. |
|||
|
|
|
I edited the file /etc/inputrc:
and commented out the following lines:
Then I edited the file ~/.bashrc:
and added the following lines at the bottom:
It seems to work and, at least so far, without side effects. (tested on Ubuntu GnomeShell Remix 12.04 AMD64) |
||||
|
|