Re: mapping ex

2007-05-06 Thread Otto Moerbeek
On Sat, 5 May 2007, openbsd fan wrote: > I am still coming up short here. I have consulted the online man pdksh and > google but I can't solve the problem of having a command line history and > navigating the command line. > > In my /etc/profile I have: > > > export EDITOR=/usr/bin/vi > export

Re: mapping ex

2007-05-05 Thread openbsd fan
I am still coming up short here. I have consulted the online man pdksh and google but I can't solve the problem of having a command line history and navigating the command line. In my /etc/profile I have: export EDITOR=/usr/bin/vi export ENV=/etc/ksh.kshrc export HISTFILE=$HOME/.sh_history expor

Re: mapping ex

2007-05-05 Thread Otto Moerbeek
On Sat, 5 May 2007, openbsd fan wrote: > Reviewing the man pages I noted that vi == nvi. > > When I open a file and issue an :map command I get the following: > > ^A ^ > ^K d$ > ^[0A k > ^[0B j > ^[0C l > ^[0D h > ^[[2~ i > ^[[3~ x > > > > Where is this file being sourced from? I