summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index d824b92..ff8ff87 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -86,6 +86,9 @@ Ctrl+s = :save
Ctrl+Alt+Shift+s = :save-all
Ctrl+Shift+s = :save-as
Ctrl+q = :quit
+
+Ctrl+Space = :autocomplete
+
Ctrl+z = :undo
Ctrl+Shift+z = :redo
Ctrl+f = :find
@@ -129,6 +132,7 @@ Ctrl+/ = :split-horizontal
Ctrl+Shift+/ = :split-vertical
# unsplit
Ctrl+j = :split-join
+# switch to the other side of a split
Ctrl+tab = :split-swap
Escape = :escape
@@ -140,6 +144,8 @@ active-tab-hl = #a77a
selected-tab-hl = #7777
cursor-line-bg = #fff2
cursor = #3ff
+# used as cursor color when you do autocomplete and there are no suggestions
+cursor-error = #f00
# color to highlight matching brackets with
matching-bracket-hl = #fda8
selection-bg = #36aa