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 37e340eed60bd7a3e60d4aac089e3bde874cafc0
parent 63584c22c32a582bdd07f7c5ebcd18c572052bc7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 26 Aug 2020 16:35:29 +0200

Add binding to strip trailing spaces

Diffstat:
M.exrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.exrc b/.exrc @@ -64,6 +64,7 @@ map \m 8G/-- j:.,$!fmt -72 map \p !}fmt map \P :.,$!fmt map \s :w :!aspell -c % :e! +map \w :s/ *$// map *' Ea'Bi' map *" Ea"Bi"