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
|
||||
#normal= 'bold,underline', '', 'light red, bold, underline', 'light green', 'light red, bold, underline', '#8f6'
|
||||
bindings.thread = {
|
||||
r = "reply --all";
|
||||
R = "reply --all";
|
||||
g = "reply";
|
||||
h = "toggleheaders";
|
||||
bindings = {
|
||||
envelope = { e = "edit"; };
|
||||
thread = {
|
||||
r = "reply --all";
|
||||
R = "reply --all";
|
||||
g = "reply";
|
||||
h = "toggleheaders";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
theme = "solarized_light_real"
|
||||
|
|
Loading…
Reference in a new issue