diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 23:39:27 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 23:39:27 -0500 |
commit | 25f6cd6f5ffb9ff34d9e22c38e9d72cdadce2dc9 (patch) | |
tree | 7f731a4098bd08fb0a301b3dfad7159a1a589374 /ted.cfg | |
parent | 43bd0763959ecd8f8a835d09190b55ba6fab7d67 (diff) |
basic find usages
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -201,9 +201,11 @@ Ctrl+Shift+r = :reload-all # 16 GLSL # -1 Guess from the file extension (default) +# IDE features Ctrl+Space = :autocomplete # go to previous completion Ctrl+Shift+Space = :autocomplete-back +Ctrl+u = :find-usages Ctrl+z = :undo Ctrl+Shift+z = :redo |