From 61a639cb94b030eaeb408f28a05df03778c77ea4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Oct 2023 01:25:55 +0200 Subject: Auto-save on ‘M’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .exrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.exrc') diff --git a/.exrc b/.exrc index b97aefa..e2d2318 100644 --- a/.exrc +++ b/.exrc @@ -2,7 +2,7 @@ set tw=80 " Auto-compile the site -nnoremap M :make +nnoremap M :w:make " Macro to wrap abbreviations in ‘m4_abbr(…)’ let @a = 'wbim4_abbr(ea)' -- cgit v1.2.3