summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-08-02 16:21:29 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-08-02 16:21:29 -0700
commitab66202d605ff9f6d462a275179bb6a9ac8ac611 (patch)
tree1b4582e28d0709fbedb4de29835b9a64a10f2dd6
parent47c9af815d062e4c1c5bd0750246b3c28cf740ec (diff)
Add a comment about the keybindings in pgclirc.
-rw-r--r--pgcli/pgclirc5
1 files changed, 4 insertions, 1 deletions
diff --git a/pgcli/pgclirc b/pgcli/pgclirc
index dbcd12a1..6aa6be27 100644
--- a/pgcli/pgclirc
+++ b/pgcli/pgclirc
@@ -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