there's an issue with vi mode in pgcli; disabling for now

This commit is contained in:
Wryn Wagner 2021-06-28 11:26:13 -06:00
parent 054b3937aa
commit 3ce04cbafd

View File

@ -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 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 # When Vi mode is disabled emacs keybindings such as Ctrl-A for home and Ctrl-E
# for end are available in the REPL. # for end are available in the REPL.
vi = True vi = False
# Error handling # Error handling
# When one of multiple SQL statements causes an error, choose to either # When one of multiple SQL statements causes an error, choose to either