summaryrefslogtreecommitdiffhomepage
path: root/.exrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-22 21:38:57 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-22 21:38:57 +0100
commit3ee8a6dbcdc3c8afaea2b83fdc2437b8868c60d1 (patch)
tree4a8d8a47b935a78bfcc43f959563f89c37e0b193 /.exrc
Import some basic files
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..1eb5cfb
--- /dev/null
+++ b/.exrc
@@ -0,0 +1,8 @@
+" Autowrap lines
+set tw=80
+
+" Auto-compile the site
+nnoremap M :w \| make<CR><CR>
+
+let g:netrw_sort_sequence = '^index.gsp$,[\/]$,'
+let g:netrw_list_hide .= ',^.*\.html$'