dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit e786f2254438d468a95d8c5e382701da26fbcb55
parent e95833118a2b17cd85e6fc9c261cdfbcb6a06439
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sun, 31 Jul 2022 08:28:46 +0900

rice mutt

Diffstat:
M.config/mutt/muttrc | 18+++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -25,7 +25,7 @@ set certificate_file = "~/.config/mutt/certificates" set mailcap_path = "~/.config/mutt/mailcap" auto_view text/plain #set implicit_autoview = "yes" -set pager = less +#set pager = less unset prompt_after set sort = reverse-date bind index <Esc>r group-chat-reply @@ -47,9 +47,21 @@ unignore organization organisation x-mailer: x-newsreader: x-mailing-list: unignore posted-to: # Vim like binds -bind attach,index \CD half-down -bind attach,index \CU half-up +bind attach,index,pager \CD half-down +bind attach,index,pager \CU half-up bind attach,index g first-entry bind attach,index G last-entry bind editor <Esc>A eol bind editor <Esc>I bol +bind pager j next-line +bind pager k previous-line +bind pager g top +bind pager G bottom +bind pager \Cn next-entry +bind pager \Cp previous-entry + +# colors +color status color15 color0 +color index default default . +color sidebar_highlight color15 color0 +color indicator underline color15 color0