diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-31 16:47:06 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-31 16:47:06 -0500 |
commit | 4293406c06fbd5572d25d86398c2c2e279ff5118 (patch) | |
tree | ca51ed28d9bff16bebe1520d17549467188cc705 /ted.cfg | |
parent | 3f22228a220d065af3f99ba6a538ff80517ecaa2 (diff) |
core settings
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +[core] +tab-width = 4 +cursor-width = 1 +# if you do a bunch of typing, then undo, it will generally +# undo the past this many seconds of editing. +undo-save-time = 6 + [keyboard] # motion keys Left = :left |