dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 97303c89c82143e8a35c76c7ace0fafb3832482c
parent 9dc63b3998279201724bdff5d220193e0e8db876
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 23 Apr 2019 13:43:58 +0200

mutt: Ask to include message in reply, fix vifm bind

Diffstat:
M.config/vifm/vifmrc | 9++++-----
M.mutt/muttrc | 1-
2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc @@ -483,12 +483,11 @@ nnoremap <f6> :move<cr> nnoremap <f7> :mkdir<space> nnoremap <f8> :delete<cr> -map q ZQ -map x :!sxiv -ft * 2>/dev/null &<CR> -nnoremap o :file & -map E :!$EDITOR %f<CR> +map x :!sxiv -ft * 2>/dev/null &<cr> +nnoremap o :file &<cr> +map E :!$EDITOR %f<cr> map mkd :mkdir<space> -map bg :!setbg %f &<CR> +map bg :!setbg %f &<cr> fileviewer *.html,*.css,*.py,*.c,*.h,*.sh,*.diff,*.tex highlight -O ansi %c " ------------------------------------------------------------------------------ diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -88,7 +88,6 @@ set meta_key=yes set attribution="* %n <%a> [%{%Y-%m-%d %H:%M:%S %Z}]:\n" set edit_headers # edit the message headers. set fast_reply=yes # skip initial prompts when replying -set include=yes # include original mail in reply set editor="vim +'normal G' -c 'set ft=mail noautoindent spell spelllang=en_us,da'" set nomark_old # Don't mark unread new msgs as old. set mime_forward # Forward message as MIME attachments.