File tree 1 file changed +2
-2
lines changed
editors/kak/autoload/filetype
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ declare-user-mode bqn
61
61
# + + + Conjugate | Add
62
62
# - - - Negate | Subtract
63
63
map global bqn ' =' ' :exec i×<ret>' -docstring ' × Sign | Multiply'
64
- map global bqn <minus> ' :exec i÷<ret>' -docstring ' ÷ Recipical | Divide'
64
+ map global bqn <minus> ' :exec i÷<ret>' -docstring ' ÷ Reciprocal | Divide'
65
65
map global bqn ' +' ' :exec i⋆<ret>' -docstring ' ⋆ Exponential | Power'
66
66
map global bqn ' _' ' :exec i√<ret>' -docstring ' √ Square root | Root'
67
67
map global bqn ' b' ' :exec i⌊<ret>' -docstring ' ⌊ Floor | Minimum'
@@ -161,7 +161,7 @@ map global bqn '\' ':exec i\<ret>'
161
161
define-command -hidden insert-bqn %{
162
162
prompt command: -menu -shell-script-candidates %{ cat<<EOF
163
163
× \\= Sign Multiply
164
- ÷ <minus> Recipical Divide
164
+ ÷ <minus> Reciprocal Divide
165
165
⋆ \\+ Exponential Power
166
166
√ \\_ Square root Root
167
167
⌊ \\b Floor Minimum
You can’t perform that action at this time.
0 commit comments