From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.6/8.7.3) with ESMTP id MAA10455 for ; Tue, 26 Nov 1996 12:41:25 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id UAA07915; Mon, 25 Nov 1996 20:40:38 -0500 (EST) Resent-Date: Mon, 25 Nov 1996 20:31:22 -0500 (EST) From: Laurel Stell Date: Mon, 25 Nov 1996 20:31:41 -0500 (EST) Message-Id: <199611260131.UAA02639@math52.skiles.gatech.edu> To: zsh-users@math.gatech.edu Subject: insert-last-word key binding in vi Resent-Message-ID: <"9-LVr.0.lv1.fXaco"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/533 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu The command "bindkey -a '_' insert-last-word" allows me to insert the last word of the previous command behind the cursor when I'm in vi command mode. I would like it to behave more like ESC-_ in emacs mode (and like vi command-line editting in ksh) --- insert the word under (rather than behind) the cursor and then put me in vi insert mode. Is this possible? Thanks in advance. Laurel Stell stell@math.gatech.edu