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 67caa73cac0ed2ee6a43e421fcc42096277baf83
parent 321680a495f5e6ed8d03f9c3e273558c2f105e21
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 21 Jan 2019 15:03:26 +0100

Put cursor on top of signature by default

Diffstat:
Mlinks/.mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc @@ -92,7 +92,7 @@ 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 +8 -c 'set ft=mail noautoindent spell spelllang=en_us,da'" +set editor="vim +'normal G 6k' -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. set pager_context=3 # Display 3 lines of context in pager.