Hi,
ppr-to8-c@[tibco]:/usr/tibco/tibadparex/1.8/bin# uname -a
SunOS ppr-to8-c 5.8 Generic_117350-14 sun4u sparc SUNW,Sun-Fire-15000
ppr-to8-c@[tibco]:/usr/tibco/tibadparex/1.8/bin# stty
speed 38400 baud; -parity
rows = 44; columns = 125; ypixels = 0; xpixels = 0;
erase = ^h; swtch = <undef>;
brkint -inpck -istrip icrnl -ixany imaxbel onlcr tab3
echo echoe echok echoctl echoke iexten
In my system, doble Escape character doesn't complete file/directory
name in vi mode, only in emacs mode. Any hint?
Thanks in advance,
Jose Luis.
|
|
0
|
|
|
|
Reply
|
jose_luis_fdez_diaz_news (88)
|
10/20/2005 1:25:30 PM |
|
jose_luis_fdez_diaz_news@yahoo.es wrote:
> In my system, doble Escape character doesn't complete file/directory
> name in vi mode, only in emacs mode. Any hint?
It's not supposed to in ksh. In vi mode, the proper sequence is to
type "\" (backslash) from command mode. If you are entering text,
you would type ESC to take you to command mode, then "\" to complete
the filename. (You can also use "*" instead of "\" to complete all
matching filenames.)
- Logan
|
|
0
|
|
|
|
Reply
|
Logan
|
10/20/2005 6:17:21 PM
|
|