summaryrefslogtreecommitdiffhomepage
path: root/.exrc
blob: d86cb37c1dc3e3965ca5a5a21cb9617d89c3fd4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
" Autowrap lines
set tw=80

" Auto-compile the site
nnoremap M :w<CR>:make<CR><CR>

" Macro to wrap abbreviations in ‘m4_abbr(…)’
let @a = 'wbim4_abbr(ea)'

let g:netrw_sort_sequence = '^index.gsp$,[\/]$,'