diff options
author | pommicket <pommicket@gmail.com> | 2023-01-11 22:30:45 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-11 22:30:45 -0500 |
commit | 9dc6154e9aa875f2d1db2b8af3637e685bd453ba (patch) | |
tree | 38420eca9c359e27cb77ebe3b9b56fa23d2595be /ted.cfg | |
parent | b983ee158ace30f836ec25c4d6a6426281e5700c (diff) |
update readme
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,11 +47,11 @@ lsp-log = on signature-help-enabled = yes # display hover info when F1 key is pressed? (only with LSP running) hover-enabled = yes -# if this is set to x, then hover info will be displayed without shift key after x seconds (with LSP running) +# if this is set to x, then hover info will be displayed without F1 key after x seconds (with LSP running) hover-time = 1e10 # highlight instances of the variable under the cursor when the F2 key is pressed? (only with LSP running) highlight-enabled = yes -# don't require ctrl key for highlighting +# don't require F2 key for highlighting highlight-auto = no # maximum editable file size. # ted will set the buffer to view-only if a file larger than this is loaded. |