From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28806 invoked from network); 27 Jan 1998 16:58:20 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 27 Jan 1998 16:58:20 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id LAA22148; Tue, 27 Jan 1998 11:49:05 -0500 (EST) Resent-Date: Tue, 27 Jan 1998 11:45:06 -0500 (EST) Message-Id: <3.0.32.19980127174807.006abe00@mail.flashback.net> X-Sender: jmy@mail.flashback.net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 27 Jan 1998 17:48:43 +0100 To: zsh-users@math.gatech.edu From: Jimmy =?iso-8859-1?Q?M=E4kel=E4?= Subject: Questions Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Resent-Message-ID: <"1rrgM1.0.vN5.IyWpq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1282 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu How do i get the append history thing to work? I've added this to my .zshrc: HISTFILE=~/.zshistory setopt appendhist and tried pretty much anything you can do with these..btw is HISTSIZE in lines or kb? And another thing, how do i get the history-beginning-search or whatever they're called to move the cursor to the end of the line after finding a match? And one last question, is there any possibility to bind a regular command to an key sort of like: bindkey '^K' history