X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.vim%2Fftplugin%2Fhtml.vim;h=87190ba8ea505231b545fe0c5059e7d8b0fe849b;hb=c72bb9613d60423af14d3cda911c232174a29a02;hp=5549c67560abfd25afbf88aef71f08f02bf91f4a;hpb=5f5dda45d35697bcc169ba8383e98ee9e5c3d8b3;p=dotfiles.git diff --git a/.vim/ftplugin/html.vim b/.vim/ftplugin/html.vim index 5549c67..87190ba 100644 --- a/.vim/ftplugin/html.vim +++ b/.vim/ftplugin/html.vim @@ -18,7 +18,7 @@ set shiftwidth=2 softtabstop=2 if expand("%:t") == "bookmarks.html" setlocal textwidth=0 call SetNoWrap() - nmap \h G6k6dd1G0 + nmap \h :%s!!!G6k6dd1G0 else setlocal textwidth=78 endif