diff options
author | pommicket <pommicket@gmail.com> | 2023-02-26 23:17:08 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-02-26 23:17:08 -0500 |
commit | c59e6a40b2d89650b3cec4f2d0abad38af46ec0b (patch) | |
tree | 730b702239706bf7871bb8667273e2bbeb378faf /ted.cfg | |
parent | 0f13ab99138c3e5f159b964510f5cf136503feec (diff) |
ctrl+scroll to adjust text size
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ max-file-size = 20000000 # absolute maximum file size. # ted will produce an error if a file larger than this is loaded. max-file-size-view-only = 100000000 +# how much ctrl+scroll wheel changes the text size (0 for no change, negative to invert change) +ctrl-scroll-adjust-text-size = 1.0 # whether to use vsync or not. you probably want this on. vsync = on |