there's an issue with vi mode in pgcli; disabling for now
This commit is contained in:
parent
054b3937aa
commit
3ce04cbafd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user