[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] enabling esc-completion with readline
- Subject: [ale] enabling esc-completion with readline
- From: jb at sourceillustrated.com (John Wells)
- Date: Wed, 6 Nov 2002 09:03:47 -0500 (EST)
Trying to get the behavior from bash that I'm used to from ksh. I have
set my .inputrc to include:
set editing-mode vi
This works fine, as I can ESC and cycle through my history with the j and
k keys. However, the old ESC completion syntax doesn't work. The
bash/readline default TAB completion works, but I'd like to have ESC or
both.
Anyone know how to get this working? In pdksh, the syntax was
set -o vi-esccomplete
and I could enable tab completion at the same time by adding additionally:
set -o vi-tabcomplete
Thanks,
John
---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be
sent to listmaster at ale dot org.