aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f8a5fb78..41a76270 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -281,8 +281,9 @@ if has('autocmd') && v:version >= 700
autocmd FileType diff nmap <buffer> _p <Plug>DiffPrune
autocmd FileType diff xmap <buffer> _p <Plug>DiffPrune
- " HTML: lint and tidy
+ " HTML: lint, URL-to-link, tidy
autocmd FileType html nmap <buffer> _l <Plug>HtmlLint
+ autocmd FileType html nmap <buffer> _r <Plug>HtmlUrlLink
autocmd FileType html nmap <buffer> _t <Plug>HtmlTidy
" Perl: check, lint, and tidy