Bob Gobeille wrote:
> I use PSQL to set my editor to vi.  This works as expected in psql,
> \e brings up vi and I edit away.
> 
> Is there any way to set my psql command line editor to also use vi
> (just like I do with "set -o vi" in bash)?
> I can't find this in the docs.

I have in my .inputrc this line:

        set editing-move vi

and it works like a charm.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to