1
0
mirror of https://github.com/dbcli/pgcli synced 2024-06-16 01:42:23 +00:00

Add a comment about the keybindings in pgclirc.

This commit is contained in:
Amjith Ramanujam 2015-08-02 16:21:29 -07:00
parent 47c9af815d
commit ab66202d60

View File

@ -38,7 +38,10 @@ table_format = psql
# colorful, murphy, bw, pastie, paraiso-light, trac, default, fruity
syntax_style = default
# Enables vi-mode
# Keybindings:
# 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 = False
# Named queries are queries you can rexecute by name