diff --git a/ftplugin/rst.vim b/ftplugin/rst.vim index 04f99d1..a8473c1 100644 --- a/ftplugin/rst.vim +++ b/ftplugin/rst.vim @@ -2,8 +2,8 @@ setlocal textwidth=79 " Title and heading key mappings -inoremap ,t :t.s/./=/gt-2:nohj2A -inoremap ,1 :t.s/./=/g:nohA -inoremap ,2 :t.s/./*/g:nohA -inoremap ,3 :t.s/./+/g:nohA -inoremap ,4 :t.s/./-/g:nohA +inoremap ,t :t.s/./=/gt-2:noh2jo +inoremap ,1 :t.s/./=/g:noho +inoremap ,2 :t.s/./*/g:noho +inoremap ,3 :t.s/./+/g:noho +inoremap ,4 :t.s/./-/g:noho