summaryrefslogtreecommitdiffhomepage
path: root/.exrc
diff options
context:
space:
mode:
Diffstat (limited to '.exrc')
-rw-r--r--.exrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/.exrc b/.exrc
new file mode 100644
index 0000000..b97aefa
--- /dev/null
+++ b/.exrc
@@ -0,0 +1,8 @@
+" Autowrap lines
+set tw=80
+
+" Auto-compile the site
+nnoremap M :make<CR><CR>
+
+" Macro to wrap abbreviations in ‘m4_abbr(…)’
+let @a = 'wbim4_abbr(ea)'