diff options
author | pommicket <pommicket@gmail.com> | 2023-01-04 23:36:33 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-04 23:36:50 -0500 |
commit | 8d1770423470d6f6384e258b9e27056a6dda8a04 (patch) | |
tree | d72b0298bfe928c4327401c34109c50b3d0e2125 /ted.cfg | |
parent | d7cd9edb84d9403eca0d4caae68815c12c560164 (diff) |
finished documenting ted.h
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 |