alot: add edit shortcut

This commit is contained in:
Ingolf Wagner 2019-12-28 10:31:13 +13:00
parent 4e59a06ad4
commit fcb110da02
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -198,11 +198,14 @@ in {
# | | | | | | # | | | | | |
# v v v v v v # v v v v v v
#normal= 'bold,underline', '', 'light red, bold, underline', 'light green', 'light red, bold, underline', '#8f6' #normal= 'bold,underline', '', 'light red, bold, underline', 'light green', 'light red, bold, underline', '#8f6'
bindings.thread = { bindings = {
r = "reply --all"; envelope = { e = "edit"; };
R = "reply --all"; thread = {
g = "reply"; r = "reply --all";
h = "toggleheaders"; R = "reply --all";
g = "reply";
h = "toggleheaders";
};
}; };
extraConfig = '' extraConfig = ''
theme = "solarized_light_real" theme = "solarized_light_real"