muhhiminminmin / mintty

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

Map Ctrl + I to something else #379

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ctrl + I is the same as tab, but I would like to use this to move up a line 
(using ijkl)
However doing this interferes with tab completion

This describes what I'm saying here in more detail:
http://www.leonerd.org.uk/hacks/fixterms/

So can there be a way of assigning a different escape sequence to Ctrl + I?

Original issue reported on code.google.com by simonz...@gmail.com on 14 Mar 2013 at 4:57

GoogleCodeExporter commented 8 years ago
Mintty does implement the control sequences you linked to there, via xterm's 
so-called 'modifyOtherKeys' mode. This will enable it:

  echo -ne '\e[>4;2m'

Original comment by andy.koppe on 15 Mar 2013 at 1:16