From 3a1af93e9c0f983da64070d3774596844c2a26e1 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 10:42:13 -0400 Subject: Initial implementation of code actions --- ted.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 44c4b6a..5565c82 100644 --- a/ted.cfg +++ b/ted.cfg @@ -346,6 +346,7 @@ Ctrl+Space = :autocomplete Ctrl+Shift+Space = :autocomplete-back Ctrl+u = :find-usages Ctrl+r = :rename-symbol +Alt+Space = :code-action Ctrl+z = :undo Ctrl+Shift+z = :redo -- cgit v1.2.3