summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-03 20:34:16 -0500
committerpommicket <pommicket@gmail.com>2023-03-03 20:35:44 -0500
commit1b383e6884d12d4098c4b6631e9c3e10cba0ffaf (patch)
treebfd88b9ffd8514b44f49e52d71cffd02e5d5c897 /ted.cfg
parent2bd3bf463ec253ef7c12187b3beafc22599e41be (diff)
configurable hover/highlight key + better key stuff
scancodes are no longer used for anything
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index dbcc9d7..375901c 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -51,12 +51,16 @@ lsp-log = off
# display function signature help? (only with LSP running)
# this is the thing at the bottom of ted which shows the parameters to the function you're calling
signature-help-enabled = yes
-# display hover info when F1 key is pressed? (only with LSP running)
+# display hover info when the F1 key is pressed? (only with LSP running)
hover-enabled = yes
+# key used to show hover info
+hover-key = F1
# 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
+# key used to highlight variable under cursor
+highlight-key = F2
# don't require F2 key for highlighting
highlight-auto = no
# maximum editable file size.