diff --git a/ftplugin/rst.vim b/ftplugin/rst.vim new file mode 100644 index 0000000..87cde23 --- /dev/null +++ b/ftplugin/rst.vim @@ -0,0 +1,5 @@ +nnoremap ,t :t.s/./=/gt-2:noh +nnoremap ,1 :t.s/./=/g:noh +nnoremap ,2 :t.s/./*/g:noh +nnoremap ,3 :t.s/./+/g:noh +nnoremap ,4 :t.s/./-/g:noh