Re: psql command line editor

Поиск
Список
Период
Сортировка
От kbarnard@kevinbarnard.net
Тема Re: psql command line editor
Дата
Msg-id 26149B22-ECFA-4886-AB77-F20EBD03022E@kevinbarnard.net
обсуждение исходный текст
Ответ на Re: psql command line editor  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: psql command line editor
Список pgsql-general
On Aug 17, 2009, at 1:46 PM, Alvaro Herrera wrote:

> 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.
>

Shouldn't that be editing-mode not move


В списке pgsql-general по дате отправления:

Предыдущее
От: Steve Atkins
Дата:
Сообщение: Re: psql command line editor
Следующее
От: Bob Gobeille
Дата:
Сообщение: Re: psql command line editor