summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-03 19:17:48 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-03 19:17:48 -0500
commite3eb333ae2b07467e14dd9e2f845889f75f01a16 (patch)
tree64599a9b11f757a5e480c9f94b3ddedb57678d4e /ted.cfg
parent74cae07c859e68876ee98b99e1c1761d4c205484 (diff)
start autocomplete
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