diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-05 19:59:15 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-12-05 19:59:15 -0500 |
| commit | 718a810b5349a166c63010ada887112ecc6a7af6 (patch) | |
| tree | 634f5ada4142273cc40169437448b1faa768a13f | |
| parent | 366d14a508ef8da87b8ce773c42f6418a950831c (diff) | |
Spelling
| -rw-r--r-- | editors/kak/autoload/filetype/bqn.kak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kak/autoload/filetype/bqn.kak b/editors/kak/autoload/filetype/bqn.kak index f85f6431..bd4724e1 100644 --- a/editors/kak/autoload/filetype/bqn.kak +++ b/editors/kak/autoload/filetype/bqn.kak @@ -21,7 +21,7 @@ hook global WinSetOption filetype=bqn %¹ # + + + Conjugate | Add # - - - Negate | Subtract map buffer bqn '=' ':exec i×<ret>' -docstring '× Sign | Multiply' - map buffer bqn <minus> ':exec i÷<ret>' -docstring '÷ Recipical | Divide' + map buffer bqn <minus> ':exec i÷<ret>' -docstring '÷ Reciprocal | Divide' map buffer bqn '+' ':exec i⋆<ret>' -docstring '⋆ Exponential | Power' map buffer bqn '_' ':exec i√<ret>' -docstring '√ Square root | Root' map buffer bqn 'b' ':exec i⌊<ret>' -docstring '⌊ Floor | Minimum' @@ -86,7 +86,7 @@ hook global WinSetOption filetype=bqn %¹ map buffer bqn '[' ':exec i←<ret>' -docstring '← DEFINE' map buffer bqn '?' ':exec i⇐<ret>' -docstring '⇐ EXPORT' map buffer bqn "'" ':exec i↩<ret>' -docstring '↩ CHANGE' - map buffer bqn ';' ':exec i⋄<ret>' -docstring '⋄ SEPERATOR' + map buffer bqn ';' ':exec i⋄<ret>' -docstring '⋄ SEPARATOR' map buffer bqn '(' ':exec i⟨<ret>' -docstring '⟨ BEGIN LIST' map buffer bqn ')' ':exec i⟩<ret>' -docstring '⟩ END LIST' map buffer bqn <space> ':exec i‿<ret>' -docstring '‿ STRAND' |
