diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-04-19 11:26:25 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-04-19 11:26:25 +0200 |
commit | 00d0dfb24d415af4e9eb7d7fa1cb4ac34be7e6c5 (patch) | |
tree | cc2152ec05fe63a49f075f8080ad270dfe1d87f4 /muttrc | |
parent | 3d2e8c0d2f354fbd963e2b12b77cd141270cf8b8 (diff) | |
download | dotfiles-00d0dfb24d415af4e9eb7d7fa1cb4ac34be7e6c5.tar.gz dotfiles-00d0dfb24d415af4e9eb7d7fa1cb4ac34be7e6c5.tar.bz2 dotfiles-00d0dfb24d415af4e9eb7d7fa1cb4ac34be7e6c5.zip |
Update to muttrc and vimrc.
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -76,7 +76,21 @@ set pager_stop # Bindings bind index,pager "n" next-unread +bind index,pager "N" search-next +bind browser d half-down +bind index d half-down +bind pager d half-down + +bind browser u half-up +bind index u half-up +bind pager u half-up + +bind index gg first-entry +bind pager gg top +bind index G last-entry +bind pager G bottom +bind index R group-reply # Write in Aliases when opening email set display_filter='$HOME/.mutt/alias.sh' @@ -88,11 +102,4 @@ set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n macro pager \cb 'urlview' 'Follow links with urlview' -bind index gg first-entry -bind index G last-entry -bind index R group-reply - -# Status Bar -set status_chars = " *%A" -set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───" |