From ab66202d605ff9f6d462a275179bb6a9ac8ac611 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Sun, 2 Aug 2015 16:21:29 -0700 Subject: [PATCH] Add a comment about the keybindings in pgclirc. --- pgcli/pgclirc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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