Skip to content

AugustUnderground/vim-mathmode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Math Mode for Vim

Plugin based on Luke Smith's IPA vimling plugin for inserting Latex style math characters in vim.

Installation

Install with your favorite Plugin Manager. For Vim Plug put the following in your .vimrc or init.vim

    Plug 'augustunderground/vim-mathmode'

Configuration

Map a key to the Toggle_math_mode function. For example $, because this is how math mode is started in Latex:

map <leader>$ :call Toggle_math_mode()<CR>a

By default <leader> is mapped to \, so after hitting \ $ you're able to insert math symbols and Greek letters by typing \lambda for example.

About

Vim Plugin for inserting math symbols based on Luke Smith's vimling (https://gitlab.com/LukeSmithxyz/vimling).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published