summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ted.cfg b/ted.cfg
index 4d0f3f3..a8dab43 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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.