From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15026 invoked by alias); 3 Sep 2013 15:47:19 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31689 Received: (qmail 27762 invoked from network); 3 Sep 2013 15:47:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.219.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YsVGtchoqNDUnRv6JBq9ljsmSxp7Cde3O+nCagsSuZE=; b=gviboRUMCAF/rNcqrIKwK94bx+FoV6KPp1aalXbjlN1akJ/Qe2UbZxqtt1n6QrbmVE pcT2CSj+z0xWL++7G285irWSay+OrpUAUQjvewXVRdCX2gMzUyfa0OtD2rFVOoYiuS6I wBfI63tXB3RXvlwIAwMDwvn88sPQl0FcEBFcbYqrM2vSxpcdyHrM42OAmsV2Y9hRIvbm 7BbgLT6N6J/gTpZ++BOU06Ql0H3b/DcitbpHH1ZyhZfG65JBwtu1W1EW8eeF0izpERVw 0uDmCnl+uhWGLZk05oAzqO1w+eSB0hm01r0AzFLhlVOcKjv7/x8Hp6M3yABNgCLbKINV S72w== MIME-Version: 1.0 X-Received: by 10.182.242.11 with SMTP id wm11mr21653497obc.26.1378223228210; Tue, 03 Sep 2013 08:47:08 -0700 (PDT) Date: Tue, 3 Sep 2013 11:47:08 -0400 Message-ID: Subject: bind key information - filename completion From: Cary Lewis To: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 I want to start using the zsh, but my arrow keys (for legacy reasons) are not configured in a standard way, and I can't use them to navigate the list of files that appears when when attempt to use the filename completion features of the shell. My question is this: Can I someone configure zsh to use vi style of navigation (j is down, k is up, h is left, l is right)? I can't just change the key bindings: bindkey "j" up-line-or-history because then the j character doesn't work. So is there a way to dynamically change the key bindings when the list of files is displayed, and automatically change them back? Thanks for any help you can provide.