diff options
author | pommicket <pommicket@gmail.com> | 2023-01-03 12:40:24 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-03 12:40:24 -0500 |
commit | c37d493327ded5952f46cbf39aef920e47c1d7d9 (patch) | |
tree | e9e4ac7eec0d500f0b4678bd97cf3d4edd9b18c8 /ted.cfg | |
parent | 1c74c64c6429ebc3720e519cfb155b0a914e1c24 (diff) |
use different keys for hover+highlights to be less distracting
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,11 +39,11 @@ lsp-enabled = yes # 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 shift key is pressed? (only with LSP running) +# 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) hover-time = 1e10 -# highlight instances of the variable under the cursor when the ctrl key is pressed? (only with LSP running) +# 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 highlight-auto = no |