diff options
author | pommicket <pommicket@gmail.com> | 2025-09-30 12:41:46 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-30 12:41:46 -0400 |
commit | f7993d24a0dfd4762f84378722bd39b07c0fe405 (patch) | |
tree | 0bedeb9afcd54c8c5b09f5cd64c46148626b3845 /ted.cfg | |
parent | 13143e9d1a78c8e0135336bbfcc922ef28c0196a (diff) |
Use a cursor for code actions
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -346,7 +346,10 @@ Ctrl+Space = :autocomplete Ctrl+Shift+Space = :autocomplete-back Ctrl+u = :find-usages Ctrl+r = :rename-symbol +# Show "code action" suggestions (refactoring, quick fixes, etc.) / move code action cursor forwards Alt+Space = :code-action +# Move code action cursor backwards +Alt+Shift+Space = :code-action-prev Ctrl+z = :undo Ctrl+Shift+z = :redo |