Date: Wed, 17 Feb 1999 01:28:41 -0800 From: Thomas Stephens <tas@stephens.org> To: Kent Stewart <kstewart@3-cities.com> Cc: freebsd-questions@FreeBSD.ORG, Thomas Stephens <tas@stephens.org> Subject: Re: ksh93? Message-ID: <199902170928.JAA23681@stephens.ml.org> In-Reply-To: Your message of "Mon, 15 Feb 1999 21:42:23 PST." <36C9053F.4765E45A@3-cities.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kent Stewart wrote: >I use ksh on FreeBSD for everything but root access. I like the file >completion option as that user. Are you using pdksh from the ports collection, or some other version? You can actually use file completion with ksh. In vi mode (set -o vi), type <esc> to go into command mode and then = and \ to list and complete, respectively. In emacs mode (set -o emacs) type <esc>= to list (the same as vi mode) and <esc><esc> to complete. It's possible to change the keybindings if you want to use a different sequence (such as <tab>) for completion, but there are differences between ksh93, pdksh, etc. Thomas Stephens tas@stephens.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902170928.JAA23681>