summaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-11-10 14:00:43 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-11-10 14:00:43 +0000
commit0ff7f5f6670ec6cde4e67d13bcc92b8a4faecd99 (patch)
treea4de7008e61bd33fc8eb7b8c2e161e10ebf85bff /mutt
parentc795f8abb475ddc70255b9b6f93c3aeec3950667 (diff)
mutt modifs
Diffstat (limited to 'mutt')
-rw-r--r--mutt/colormutt2
-rw-r--r--mutt/muttrc71
2 files changed, 30 insertions, 43 deletions
diff --git a/mutt/colormutt b/mutt/colormutt
index d0e1225..51e9da1 100644
--- a/mutt/colormutt
+++ b/mutt/colormutt
@@ -3,7 +3,7 @@ h=`date +%H`
if [ $h -lt 9 ]; then
theme=dark
-elif [ $h -lt 18 ]; then
+elif [ $h -lt 17 ]; then
theme=light
else
theme=dark
diff --git a/mutt/muttrc b/mutt/muttrc
index 01122af..48504db 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -78,58 +78,45 @@ source `sh /home/urbain/.mutt/colormutt`
auto_view text/html
# Key bindings
-bind generic l select-entry
-
-bind index,browser g top-page
-bind index,browser GG bottom-page
-bind pager,index,browser \Cb previous-page
-bind pager,index,browser \Cf next-page
-
-bind index gg first-entry
-bind index G last-entry
+bind index gg first-entry
+bind index G last-entry
+bind index \Cf next-page
+bind index \Cb previous-page
## Bindings
-# Generic
-bind generic l select-entry
-bind generic <right> select-entry
# Index
-bind index l display-message
-bind index h change-folder
-bind index <right> display-message
-bind index <left> change-folder
-bind index H display-toggle-weed
-macro index , '<change-folder>!^M'
-macro index I '<tag-pattern>~N^M<tag-prefix><toggle-new><tag-prefix><tag-entry>'
-
-# Pager
-bind pager j next-line
-bind pager k previous-line
-bind pager h exit
-bind pager l view-attachments
-bind pager <down> next-line
-bind pager <up> previous-line
-bind pager <left> exit
-bind pager <right> view-attachments
-bind pager H display-toggle-weed
-macro pager , '<change-folder>!^M'
-
-# Attach
-bind attach l view-attach
-bind attach <right> view-attach
-bind attach h exit
-bind attach <left> exit
-bind attach H display-toggle-weed
+bind index l display-message
+bind index h quit
+bind index q change-folder
+bind index G group-reply
-# Compose
-bind compose l view-attach
-bind compose <right> view-attach
+# Attach
+bind attach h exit
-# Sidebar Navigation ---------------------------------
+# Pager
+bind pager j next-line
+bind pager k previous-line
+bind pager "}" next-entry
+bind pager "{" previous-entry
+bind pager h exit
+bind pager N search-opposite
+bind pager R group-reply
+bind pager gg top
+bind pager G bottom
+macro index c "<change-folder>?<toggle-mailboxes>" "change folder"
+
+# Sidebar Navigation
bind index,pager J sidebar-next
bind index,pager K sidebar-prev
bind index,pager O sidebar-open
+# Compose
+bind compose p postpone-message
+
+
+## Aliases
+
set reverse_alias
alias krystle Krystle Acquah <krystle.acquah-arhin13@imperial.ac.uk>
alias khoi Khoi Nguyen <khoi@member.fsf.org>