Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natsukagami/kakoune-unicode-math

Simple plugin to add math unicode input to kakoune
https://github.com/natsukagami/kakoune-unicode-math

Last synced: 4 days ago
JSON representation

Simple plugin to add math unicode input to kakoune

Awesome Lists containing this project

README

        

# kakoune-unicode-math

A simple plugin that provides math inputs to Kakoune.

## Install

Clone this repo into `autoload`, and add
```
require-module unicode-math
```
to your `kakrc`.

## Usage

The plugin provides a single function, `insert-unicode`, which should be called in insert mode.
It displays a list of symbols to be added as parameter autocomplete.

You should bind it to an insert-mode key, something like
```
map global insert ': insert-unicode '
```