Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Solution for up-arrow not working properly on mac OS x
- X-seq: zsh-users 16262
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Solution for up-arrow not working properly on mac OS x
- Date: Wed, 17 Aug 2011 14:30:51 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5q52egIJM3IJ/V3e2wv4ksURV1JFGP0kRadnXpNtm/E=; b=TH1xkOa5dWDfdvIF3Kyus743Esvcr6OLr3VKjQiwwmKE8NTuv9wum4K/zxQwqpH9s3 rJ8xasWcD0xQn4vHwRjtlnN5F0JwEsnH0Lgo66X4acxpAL2Gyjhilzaj1lMIKSChXel2 YgC/PFXN+sIwHwYIRXVZLHwqMhl1kqD1XWmwU=
- In-reply-to: <CADjGqHvLbeHUUJGXMs8yXphfkYTGkrSpCKGaTjbcr_LR3T2Kzw@mail.gmail.com>
- 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
- References: <CADjGqHvLbeHUUJGXMs8yXphfkYTGkrSpCKGaTjbcr_LR3T2Kzw@mail.gmail.com>
On Wednesday, August 17, 2011, TJ Luoma <luomat@xxxxxxxxx> wrote:
> I just solved this problem and figured that I would document it here in
case others have the same issue (I tried googling for an answer and didn't
find what turned out to be the issue).
>
> When
(oops, accidentally hit send. Stupid fat fingers vs ipad)
When I type a few letters and then press the up arrow, it usually offers
previous history items which match the first letters I've typed.
That suddenly stopped working. Pressing the up arrow gave me previous
history items that did not match what I had typed.
Google suggested bindkeys or something which had mucked with the TTY
settings.
For me the answer was that the TERM setting in .zshenv didn't match the TERM
setting in iTerm (2).
When I set them to both be equal to each other, the up arrow started to work
again.
FYI in case someone else runs into the same issue.
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author