summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg9
1 files changed, 8 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 44c4b6a..09c2e0e 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -321,7 +321,6 @@ Ctrl+Shift+r = :reload-all
# to set the language of the current buffer to Rust, for example. This might be useful if
# one file extension could be multiple different languages.
# Here are the numbers corresponding to each language we have syntax highlighting for:
-# 0 Plain text (no syntax highlighting)
# 1 C
# 2 C++
# 3 Rust
@@ -338,6 +337,10 @@ Ctrl+Shift+r = :reload-all
# 14 JSON
# 15 XML
# 16 GLSL
+# 17 Plain text
+# 18 CSS
+# 19 GdScript (Godot)
+# 20 C#
# -1 Guess from the file extension (default)
# IDE features
@@ -346,6 +349,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