diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-02 18:25:03 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-02 18:25:03 -0500 |
commit | 35cb8b8cfbd141d4ba2e3f1435a9550864d9e2e1 (patch) | |
tree | 192554fde4ce14df9163fdb453fe8932e94dba83 /ted.cfg | |
parent | 6bafd0d45f63a7618d7822f31b01da7443d9c5e8 (diff) |
blinking cursor
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ [core] tab-width = 4 +# cursor width in pixels cursor-width = 1 +# time to blink cursor for (i.e. it will be on for cursor-blink-time-on seconds, then off for cursor-blink-time-off seconds) +# set -off to 0 to disable blinking +cursor-blink-time-on = 0.5 +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 |