Skip to content

Deeperand/vim-mdtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-mdtex

some useful command for markdown and LaTeX

Illustrate

  The using of this plug is like this: image

Install

  You can use any package manager to install vim-mdtex. With vim-plug, just add current code to your vimrc:

call plug#begin('~/.vim/plugged')
    Plug 'Deeperand/vim-mdtex', {'for': ['tex', 'markdown']}
call plug#end()

The content in file will just load the plug only if the file's type is tex or markdown. Then save vimrc and sorce it (or just restart Vim), and run :PlugInstall.

Main Feature

Words Modify

  Use key such as <localleader>b to bold char under cursor in NORMAL mode or selected content in VISUAL mode. For LaTeX file, it will use \textbf{<text>}; for markdown file, it will use **<text>**.

Markdown to LaTeX (or inverse)

  Provide command to transfer markdown source code to LaTeX code or inverse. Such as transfer **text** to \textbf{text} or inverse

About

some useful command for markdown and LaTeX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published