Re: Favorite Linux Editor for PostgreSQL Scripts?

From: Rory Campbell-Lange <rory(at)campbell-lange(dot)net>
To: ghaverla(at)freenet(dot)edmonton(dot)ab(dot)ca, pgsql-novice(at)postgresql(dot)org
Subject: Re: Favorite Linux Editor for PostgreSQL Scripts?
Date: 2003-02-06 17:37:12
Message-ID: 20030206173712.GA2006@campbell-lange.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

If you use either emacs or vi/vim, it is useful to know that the psql
command line has readline support.

So if you have a .inputrc file with the line (in my case)
"set editing-mode vi"
You can move up and down between lines, search, yank and paste in the
ways you can on the command line.

Rory

On 06/02/03, ghaverla(at)freenet(dot)edmonton(dot)ab(dot)ca (ghaverla(at)freenet(dot)edmonton(dot)ab(dot)ca) wrote:
> On Thu, 6 Feb 2003 Steve_Miller(at)sil(dot)org wrote:
> > On 02/06/2003 10:01:56 AM Mark Thomas wrote:
> >
> > >I am personally an emacs user, but editors are like
> > >religion -- you love what you learn first. :)
--
Rory Campbell-Lange
<rory(at)campbell-lange(dot)net>
<www.campbell-lange.net>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Jason Earl 2003-02-06 17:46:52 Re: Favorite Linux Editor for PostgreSQL Scripts?
Previous Message ghaverla 2003-02-06 17:24:32 Re: Favorite Linux Editor for PostgreSQL Scripts?