zsh-users
 help / color / mirror / code / Atom feed
* History problem
@ 2002-02-23  2:11 Robert Rendler
  2002-02-23  3:28 ` Wayne Davison
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Rendler @ 2002-02-23  2:11 UTC (permalink / raw)
  To: zsh-users

When I go into the history the prompt begins at the beginning of the command
for example. 

$ [e]cho "test", instead of 
$ echo "test"[] 

I've even tried removing my .zshrc, .zshenv files and it still has the same
effect, and no other user accounts using zsh seem to be affected by this, any
help would be greatly appreciated.
--
`$^Xdoc -qj`=~/"(.*)"/&&print"$1 named rob"


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: History problem
  2002-02-23  2:11 History problem Robert Rendler
@ 2002-02-23  3:28 ` Wayne Davison
  0 siblings, 0 replies; 2+ messages in thread
From: Wayne Davison @ 2002-02-23  3:28 UTC (permalink / raw)
  To: Robert Rendler; +Cc: zsh-users

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..


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-23  3:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-23  2:11 History problem Robert Rendler
2002-02-23  3:28 ` Wayne Davison

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).