summaryrefslogtreecommitdiffstats
path: root/doc/key_bindings.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:07:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 08:07:27 +0000
commit4b19ab73104667d0c582537db4f4d130634cc678 (patch)
treef37cd3ba874d781f6fe8264b0dba34addf07730a /doc/key_bindings.rst
parentAdding upstream version 1.26.1. (diff)
downloadmycli-4b19ab73104667d0c582537db4f4d130634cc678.tar.xz
mycli-4b19ab73104667d0c582537db4f4d130634cc678.zip
Adding upstream version 1.27.2.upstream/1.27.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/key_bindings.rst')
-rw-r--r--doc/key_bindings.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/key_bindings.rst b/doc/key_bindings.rst
index 0534870..e3ebcd9 100644
--- a/doc/key_bindings.rst
+++ b/doc/key_bindings.rst
@@ -48,17 +48,17 @@ Introduce a line break in multi-line mode, or dispatch the command in single-lin
The sequence ESC-Enter is often sent by Alt-Enter.
-#################################
-C-x p (Emacs-mode) or > (Vi-mode)
-#################################
+##################
+C-x p (Emacs-mode)
+##################
Prettify and indent current statement, usually into multiple lines.
Only accepts buffers containing single SQL statements.
-#################################
-C-x u (Emacs-mode) or < (Vi-mode)
-#################################
+##################
+C-x u (Emacs-mode)
+##################
Unprettify and dedent current statement, usually into one line.