aboutsummaryrefslogtreecommitdiff
path: root/files/.mutt/bindings
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-10-18 21:00:48 +0600
committerAnton Bobov <abobov@gmail.com>2013-10-19 00:47:57 +0600
commitad704b4b8b15765b93e385c7431b19202b0bbe71 (patch)
tree6488a6bceec06779ea1bb85c87a34277c37e3e62 /files/.mutt/bindings
parent0feed796b4c309b460295443aa849ce1f9b98565 (diff)
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/.
Diffstat (limited to 'files/.mutt/bindings')
-rw-r--r--files/.mutt/bindings39
1 files changed, 18 insertions, 21 deletions
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 <Home> first-entry
-bind generic <End> last-entry
-bind generic <Left> previous-entry
-bind generic <Right> next-entry
bind generic "(" current-top
-bind index "{" previous-thread
-bind index "}" next-thread
-bind index <Up> previous-thread
-bind index <Down> 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 <Home> top
-bind pager <End> bottom
bind pager "{" previous-thread
bind pager "}" next-thread
-bind pager <Up> previous-line
-bind pager <Down> next-line
-bind pager <Left> previous-entry
-bind pager <Right> 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