summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 4132f6e..80dab7f 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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