Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Separating <tab> and <C-i>
- X-seq: zsh-users 10438
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Separating <tab> and <C-i>
- Date: Sun, 25 Jun 2006 14:17:15 -0700
- In-reply-to: <20060625201749.GA5646@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20060625201749.GA5646@xxxxxxxxxx>
On Jun 26, 1:47am, Ligesh wrote:
}
} I know historically <tab> was treated as <c-i> by terminal drivers
It has nothing to do with terminal drivers. The definition of TAB in
the ASCII character set is code point decimal 9, which corresponds to
ctrl-I in the same way that backspace (8) is ctrl-H and newline (10)
is ctrl-J.
} but is there a way to map these keys to different actions?
Now *this* does have to do with terminal drivers, because you may be
able to use the terminal driver to remap the character value(s) sent
when you press a given key combination. But that point pressing the
keys "Ctrl" and "I" will no longer be sending a true ctrl-I character,
and other applications may get confused.
You'll have to look at the documentation for your terminal or terminal
emulator (xterm, kterm, gnome-terminal, PuTTY, whatever) to find out
how to do that remapping.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author