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 2503d39261e2b8c994cf1f2a782f51eef149930c
parent e18a4cacbd2dafa53e72c84b512266141eeb1552
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 14 Nov 2019 11:04:25 +0100

Reduce line width in mails to 72 chars

Diffstat:
M.exrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.exrc b/.exrc @@ -49,7 +49,7 @@ map q[ Oj map #1 :!man vi -map \m 8G/-- j:.,$!fmt -75 " format email body +map \m 8G/-- j:.,$!fmt -72 " format email body map \p !}fmt -75 " format from cursor to end of paragraph map \P :.,$!fmt -75 " format from cursor to end of document map \e :%!expand -4 " expand tabs to 4 spaces