Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
bind key information - filename completion
- X-seq: zsh-workers 31689
- From: Cary Lewis <cary.lewis@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: bind key information - filename completion
- Date: Tue, 3 Sep 2013 11:47:08 -0400
- 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==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author