commit b0e7f8399915811afdddc8a02395bacc7708ae6b
parent 9ed840af9efbcfa3c3f83ff9fc7c8fa0b81cc66f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 21 Oct 2019 11:35:11 +0200
Clean up bindings
Diffstat:
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/.exrc b/.exrc
@@ -40,9 +40,9 @@ map =sig a--
Anders Damsgaard
https://adamsgaard.dkkk0
map #1 :!man vi
map \c ^i/* A */^
-map \C :s/\/\* \([^*]*\) \*\//\1
-map \f 1G/--
j:.,$!fmt -75
" format message (assumes MH Mail "comp" format)
-map \i :%!indent -i4^M
+map \C :s/\/\* \([^*]*\) \*\//\1/
+map \f 1G/--
j:.,$!fmt -75
+map \i :%!indent -i4
map \p !}fmt -75
" format paragraph
map \P :.,$!fmt -75
" format thru end of document
map \e :%!expand -4
" expand tabs to 4 stops
@@ -55,6 +55,3 @@ ab ANders Anders
ab adamsg https://adamsgaard.dk
ab het the
ab teh the
-
-map *s Ea'^[Bi'^[
-map *d Ea"^[Bi"^[