diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-06 13:35:31 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-06 13:35:31 -0500 |
commit | 9e055b2e25455fc4fa0376495ccc9335059f3131 (patch) | |
tree | ef9e2362dece86193c07d8e1fcf40923b8a8caca /ted.cfg | |
parent | 306505e714b7caf146b8ec8386b407d57555563d (diff) |
start open menu
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |