diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-04 17:18:15 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-04 17:18:15 -0500 |
commit | 306505e714b7caf146b8ec8386b407d57555563d (patch) | |
tree | 9cebf2eaf83899a7aa80fff70dd4d56cf4aa29d6 /ted.cfg | |
parent | 16ab3629d435d52539b6345d79433e27c367ce83 (diff) |
commands to change the font size
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |