Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Auto complete via up/down does not work from a TTY but does from X
- X-seq: zsh-users 17517
- From: John <da_audiophile@xxxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: Auto complete via up/down does not work from a TTY but does from X
- Date: Tue, 1 Jan 2013 03:24:23 -0800 (PST)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1357039463; bh=oXdj5LkUzcqjp2HkwToD0aVNZtSI9wRg/TpY9j1z8Go=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=bIWuw0hVv3mp+AuylknHvU+mmUtr+HXVG1deo1KB0xTPEgaudqgptJJAnZApdrjaqYCTN2n9o4sctWiXOyerPVC/XmyXSdnAzfsNz32YsAvLfbH0EAGxdcDEukFKRVazP6Wiq39Mhfj41EMxHI23Tk3MfEgxWUgSo3oV3EW1xX0=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OHbrZv9+Xm2INEIba3VrP5W/GfdrEgZyBdtkLTkUCF2wA+pIsxollGjyPB/W0eUVGijy1uwsZhgD7DnG8Mpz3TXuGBpOrnSGkzB8TWxeo2YJm3Ry6eoyBHDibvJSLQLekA1tHJLUwWQtQEZjPtEioXjZ1PwBzTN/yQGRExt09as=;
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Reply-to: John <da_audiophile@xxxxxxxxx>
If I log in via a non-graphical session, my up/down arrow keys work BUT they do not work using history completion. In other words, I hit up arrow, zsh will scroll through my history but if I start typing a command and then hit up arrow, it does not honor what I typed and search within the subset. If I manually source my ~/.zshrc and try it, it does work as expected.
If I log into X and open a shell, everything works as expected.
Why the disconnect from the TTY to my graphical session with this behavior?
The .zshrc and related files can be found here:
https://github.com/graysky2/configs/tree/master/dotfiles/shell
Messages sorted by:
Reverse Date,
Date,
Thread,
Author