Skip to content

storedbox/vim-namedchars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Wolfram Language-compatible Named Characters

Adds insert-mode abbreviations for Wolfram Language's named characters. See Listing of Named Characters at Wolfram's Documentation Center for more details.

Commands

Name Description
:EnableNamedCharacters Add abbreviations to the current buffer.
:DisableNamedCharacters Remove abbreviations from the current buffer.

Autocmds:

Named characters are enabled for Mathematica language files by default:

:augroup namedchars
	:autocmd!
	:autocmd FileType mma :EnableNamedCharacters
:augroup end

About

Insert-mode abbreviations for Wolfram Language's named characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published