diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-09-20 00:32:28 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-09-20 00:32:28 +0100 |
commit | eafd7f9c5a0ed464c5189880988e7da5959200c7 (patch) | |
tree | a30a0c7321cf395a95ade9c1bdadbcf5b21e7f8b /Mail | |
parent | 88b5692a4c877d52890b9ac363dbb8dfc15ba46e (diff) | |
download | dotfiles-eafd7f9c5a0ed464c5189880988e7da5959200c7.tar.gz dotfiles-eafd7f9c5a0ed464c5189880988e7da5959200c7.tar.bz2 dotfiles-eafd7f9c5a0ed464c5189880988e7da5959200c7.zip |
add noops for macros
Diffstat (limited to 'Mail')
-rw-r--r-- | Mail/muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mail/muttrc b/Mail/muttrc index 66376fa..b0e76d5 100644 --- a/Mail/muttrc +++ b/Mail/muttrc @@ -64,6 +64,7 @@ ignore x-alt-email x-orcpt company division x-warning #---------------------------------------- # Moving around +bind attach,browser,index,pager g noop bind attach,browser,index gg first-entry bind attach,browser,index G last-entry bind pager gg top @@ -81,6 +82,7 @@ bind browser,pager \Cy previous-line bind index \Ce next-line bind index \Cy previous-line +bind index d noop macro index dd \ "<save-message>+dove/Trash<enter>" \ "move message to the trash" |