summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-04 17:18:15 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-04 17:18:15 -0500
commit306505e714b7caf146b8ec8386b407d57555563d (patch)
tree9cebf2eaf83899a7aa80fff70dd4d56cf4aa29d6 /ted.cfg
parent16ab3629d435d52539b6345d79433e27c367ce83 (diff)
commands to change the font size
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 80dab7f..6573872 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -9,6 +9,7 @@ cursor-blink-time-off = 0.3
# if you do a bunch of typing, then undo, it will generally
# undo the past this many seconds of editing.
undo-save-time = 6
+text-size = 16
[keyboard]
# motion and selection
@@ -54,6 +55,9 @@ Ctrl+s = :save
Ctrl+z = :undo
Ctrl+Shift+z = :redo
+Ctrl++ = 3 :increase-text-size
+Ctrl+- = 3 :decrease-text-size
+
[colors]
border = #a77
cursor-line-bg = #222