diff options
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. |