diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-02 13:36:35 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-02 13:47:29 +0200 |
commit | 6ad7613c7c40f0d119412caf474b1549ff3a0106 (patch) | |
tree | bf6d34b6093a77e6bddb2aa7379e70c2bb21e5ea | |
parent | a7f766f667309ff539855646bc3cfc6e217523f7 (diff) |
Add an exrc
-rw-r--r-- | .exrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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)' |