From f7993d24a0dfd4762f84378722bd39b07c0fe405 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 12:41:46 -0400 Subject: Use a cursor for code actions --- ted.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 5565c82..970eeb9 100644 --- a/ted.cfg +++ b/ted.cfg @@ -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 -- cgit v1.2.3