diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 11:54:06 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 11:54:06 -0500 |
commit | 02faedf9bf7e826bc78161f8cf07ffca5d2dbe57 (patch) | |
tree | 39a0f0f221fbdec2197f1c8c6d0cf4986df6b8d4 /ted.cfg | |
parent | f40e9f02ef3ca0a86282a927c9bb7887900100b2 (diff) |
highlight-enabled and highlight-auto settings
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,6 +41,10 @@ lsp-enabled = yes signature-help-enabled = yes # display hover info when shift key is pressed? (only with LSP running) hover-enabled = yes +# highlight instances of the variable under the cursor when the ctrl key is pressed? (only with LSP running) +highlight-enabled = yes +# don't require ctrl 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. # NOTE: ted is not really meant for absolutely massive files. |