zsh-users
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayned@users.sourceforge.net>
To: Robert Rendler <caffeinated@dingoblue.net.au>
Cc: <zsh-users@sunsite.dk>
Subject: Re: History problem
Date: Fri, 22 Feb 2002 19:28:21 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.33L2.0202221927580.4810-100000@phong.blorf.net> (raw)
In-Reply-To: <20020223131126.6c7b42bd.caffeinated@dingoblue.net.au>

On Sat, 23 Feb 2002, Robert Rendler wrote:
> When I go into the history the prompt begins at the beginning of the
> command

Check the output of "bindkey" -- something has set up-arrow (or whatever
key you pressed) to a binding other than up-line-or-history (such as
history-beginning-search-backward).  It sounds like you may have some
global-rc-file settings affecting your shell (look for /etc/zshrc, for
instance).  There are a number of ways to fix this, including just
adding your own bindkey commands to your .zshrc:

bindkey "^P" up-line-or-history
bindkey "^[OA" up-line-or-history

..wayne..


      reply	other threads:[~2002-02-23  3:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-23  2:11 Robert Rendler
2002-02-23  3:28 ` Wayne Davison [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.33L2.0202221927580.4810-100000@phong.blorf.net \
    --to=wayned@users.sourceforge.net \
    --cc=caffeinated@dingoblue.net.au \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).