summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 6573872..f18dc12 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -51,6 +51,7 @@ PageDown = :page-down
Ctrl+PageUp = 10 :page-up
Ctrl+PageDown = 10 :page-down
+Ctrl+o = :open
Ctrl+s = :save
Ctrl+z = :undo
Ctrl+Shift+z = :redo
@@ -65,3 +66,6 @@ cursor = #3ff
selection-bg = #36aa
text = #fff
bg = #001
+# The entire screen gets filled with this color when a menu (e.g. the "open" menu) is shown.
+# By making it transparent, we can dim everything else while the menu is open.
+menu-bg = #0004