From ad704b4b8b15765b93e385c7431b19202b0bbe71 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Fri, 18 Oct 2013 21:00:48 +0600 Subject: Mail related changes. Add offlineimap and msmtp configs. Cleanup mutt configs. Changes inspired by Steve Losh post: http://stevelosh.com/blog/2012/10/the-homely-mutt/. --- files/.mutt/bindings | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) (limited to 'files/.mutt/bindings') diff --git a/files/.mutt/bindings b/files/.mutt/bindings index 3ed33a3..68da22c 100644 --- a/files/.mutt/bindings +++ b/files/.mutt/bindings @@ -1,29 +1,26 @@ -bind generic first-entry -bind generic last-entry -bind generic previous-entry -bind generic next-entry bind generic "(" current-top -bind index "{" previous-thread -bind index "}" next-thread -bind index previous-thread -bind index next-thread +bind index gg first-entry +bind index G last-entry +bind index { previous-thread +bind index } next-thread bind index - collapse-thread -bind index "F" flag-message -bind index \CP sidebar-prev -bind index \CN sidebar-next -bind index \CO sidebar-open +bind index F flag-message +bind index p recall-message + + +bind index,pager \CP sidebar-prev +bind index,pager \CN sidebar-next +bind index,pager \CO sidebar-open + +bind pager k previous-line +bind pager j next-line +bind pager gg top +bind pager G bottom -bind pager top -bind pager bottom bind pager "{" previous-thread bind pager "}" next-thread -bind pager previous-line -bind pager next-line -bind pager previous-entry -bind pager next-entry -bind pager \CP sidebar-prev -bind pager \CN sidebar-next -bind pager \CO sidebar-open + +bind compose p postpone-message # vim: ft=muttrc -- cgit v1.2.3