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