alot: add edit shortcut
This commit is contained in:
parent
4e59a06ad4
commit
fcb110da02
1 changed files with 8 additions and 5 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue