diff options
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 |