From 3ce04cbafd40fff4abc01f96a6523864eac06be1 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 28 Jun 2021 11:26:13 -0600 Subject: [PATCH] there's an issue with vi mode in pgcli; disabling for now --- config/pgcli/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pgcli/config b/config/pgcli/config index db1822f..cc69254 100644 --- a/config/pgcli/config +++ b/config/pgcli/config @@ -101,7 +101,7 @@ syntax_style = default # When Vi mode is enabled you can use modal editing features offered by Vi in the REPL. # When Vi mode is disabled emacs keybindings such as Ctrl-A for home and Ctrl-E # for end are available in the REPL. -vi = True +vi = False # Error handling # When one of multiple SQL statements causes an error, choose to either