From: Oleg Broytman Date: Sat, 14 May 2022 12:14:03 +0000 (+0300) Subject: html.vim: Remove `` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=c72bb9613d60423af14d3cda911c232174a29a02 html.vim: Remove `` --- 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