diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -187,6 +187,8 @@ Ctrl+s = :save Ctrl+Alt+Shift+s = :save-all Ctrl+Shift+s = :save-as Ctrl+q = :quit +# reload all buffers from their files. +# this doesn't affect buffers with unsaved changes. Ctrl+Shift+r = :reload-all # You can do something like this: @@ -339,7 +341,7 @@ hover-text = #fff hover-hl = #ffc4 # these control the text color for various kinds of completions autocomplete-variable = #bfb -autocomplete-function = #aaf +autocomplete-function = #fec autocomplete-type = #faf |