summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-06 13:35:31 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-06 13:35:31 -0500
commit9e055b2e25455fc4fa0376495ccc9335059f3131 (patch)
treeef9e2362dece86193c07d8e1fcf40923b8a8caca /ted.cfg
parent306505e714b7caf146b8ec8386b407d57555563d (diff)
start open menu
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