Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion for darcs
- X-seq: zsh-users 8648
- From: Antoine Calando <antoine.calando@xxxxxxx>
- To: Dominic Mitchell <dom@xxxxxxxxxxxxxxxx>
- Subject: Re: completion for darcs
- Date: Fri, 01 Apr 2005 15:18:48 +0200
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20050401123620.GA2607@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050401080620.GA16347@xxxxxxxxxxxxxxxxxxx> <20050401080914.GB16347@xxxxxxxxxxxxxxxxxxx> <424D152C.2030006@xxxxxxx> <20050401123620.GA2607@xxxxxxxxxxxxxxxxxxxx>
Dominic Mitchell wrote:
> I don't know whether one exists or not, but you probably won't be able
> to bind to Ctrl-Tab. On all the terminals I have lying around, it
> produces a plain tab for zsh to see.
With X, It is possible by adding some modifications in .Xdefaults:
*VT100.Translations: #override\
Shift ~Ctrl ~Meta<Key> BackSpace: string("\033[40;2~") \n
With the Linux console, you have to modify files used by loadkey.
I configured my system to use ctrl+arrows to move cursor from word
to word, or ctrl+backspace to delete a full word... it is very handy
and I don't have to remember all that prehistoric shortcuts from
vi/emacs ;-)
Antoine
Messages sorted by:
Reverse Date,
Date,
Thread,
Author