summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorralphe <boyo.ralph@protonmail.com>2018-03-19 09:11:32 +0100
committerLuke Smith <luke@lukesmith.xyz>2018-03-19 09:05:57 -0700
commit710776ab9952d381c1c37379b07617c61381ee8a (patch)
tree75454776e6b62d051c45e38f5fa1afad83449cfa /muttrc
parente3f5dcc16dc34a7e558cf02c913fdac485d8b592 (diff)
skip to compose when replying
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/muttrc b/muttrc
index 95f8cef..36720c6 100644
--- a/muttrc
+++ b/muttrc
@@ -45,6 +45,7 @@ macro index,pager \Cu |urlview\n
# View attachments properly.
bind attach <return> view-mailcap
+set fast_reply # skip to compose when replying
#Ctrl-R to mark all as read
macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"