muhhiminminmin / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

Ctrl+Arrow Keys #329

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like keyboard navigation to work more like in PuTTY. Ctrl+Left and 
Ctrl+Right should let the cursor skip to the prev/next words.

Original issue reported on code.google.com by virid...@gmail.com on 11 Apr 2012 at 10:15

GoogleCodeExporter commented 8 years ago
You need to configure your shell accordingly. See 
http://code.google.com/p/mintty/wiki/Tips#Readline_configuration for how to do 
this for bash.

Original comment by andy.koppe on 11 Apr 2012 at 11:40

GoogleCodeExporter commented 8 years ago
By way of explanation: mintty uses xterm keycodes for such key combinations, 
whereas PuTTY uses its own non-standard scheme. Neither are mapped to word-wise 
moves by default in Cygwin.

Original comment by andy.koppe on 12 Apr 2012 at 12:47