diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 14:27:55 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-05 14:27:55 -0500 |
commit | 6b12382231f6fe8af16554d48f2a74d9a6e53835 (patch) | |
tree | 2918f5d1ec1a0ddaeae24cf1ef2f912f3026cffa /ted.cfg | |
parent | 759404e118b701a7c0264de5791f0158db0c7e13 (diff) |
ask to reload when file is externally changed
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ auto-indent = on auto-add-newline = on syntax-highlighting = on line-numbers = on -# Reload files when changed? +# If set to "on", when a file is changed by another program, it will be reloaded by ted without asking you. auto-reload = off [keyboard] |