summaryrefslogtreecommitdiffstats
path: root/mycli/myclirc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-07 09:38:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-07 09:38:54 +0000
commit69a60002fd1bb149ca60d888e5b290ba527ae400 (patch)
tree70b027a809ee8f8fea766316f8d52f56b1dc6f32 /mycli/myclirc
parentAdding upstream version 1.25.0. (diff)
downloadmycli-69a60002fd1bb149ca60d888e5b290ba527ae400.tar.xz
mycli-69a60002fd1bb149ca60d888e5b290ba527ae400.zip
Adding upstream version 1.26.1.upstream/1.26.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mycli/myclirc')
-rw-r--r--mycli/myclirc7
1 files changed, 5 insertions, 2 deletions
diff --git a/mycli/myclirc b/mycli/myclirc
index 2418342..cd58dfe 100644
--- a/mycli/myclirc
+++ b/mycli/myclirc
@@ -27,7 +27,7 @@ log_level = INFO
# line below.
# audit_log = ~/.mycli-audit.log
-# Timing of sql statments and table rendering.
+# Timing of sql statements and table rendering.
timing = True
# Beep after long-running queries are completed; 0 to disable.
@@ -66,7 +66,7 @@ wider_completion_menu = False
# \R - The current time, in 24-hour military time (0-23)
# \r - The current time, standard 12-hour time (1-12)
# \s - Seconds of the current time
-# \t - Product type (Percona, MySQL, MariaDB)
+# \t - Product type (Percona, MySQL, MariaDB, TiDB)
# \A - DSN alias name (from the [alias_dsn] section)
# \u - Username
# \x1b[...m - insert ANSI escape sequence
@@ -89,6 +89,9 @@ keyword_casing = auto
# disabled pager on startup
enable_pager = True
+# Choose a specific pager
+pager = 'less'
+
# Custom colors for the completion menu, toolbar, etc.
[colors]
completion-menu.completion.current = 'bg:#ffffff #000000'