diff options
| author | - <@> | 2020-08-05 23:36:45 +0300 |
|---|---|---|
| committer | - <@> | 2020-08-05 23:36:45 +0300 |
| commit | 79bcb4dcb4cbb2c2ce5fe09db1f7a523b1f3451b (patch) | |
| tree | 2a1b47250e9ed4a0c6055194414648f06ffdcec7 /editors/vim/autoload/bqn.txt | |
| parent | 261bc816ea1635051bc367097c3952058543a4f5 (diff) | |
Vim status line
Diffstat (limited to 'editors/vim/autoload/bqn.txt')
| -rw-r--r-- | editors/vim/autoload/bqn.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/editors/vim/autoload/bqn.txt b/editors/vim/autoload/bqn.txt new file mode 100644 index 00000000..258a81ae --- /dev/null +++ b/editors/vim/autoload/bqn.txt @@ -0,0 +1,40 @@ ++ Conjugate ; Add +- Negate ; Subtract +× Sign ; Multiply +÷ Reciprocal ; Divide +⋆ Exponential ; Power +√ Square Root ; Root +⌊ Floor ; Minimum +⌈ Ceiling ; Maximum +∧ Sort Up ; And* +∨ Sort Down ; Or* +¬ Not* ; Span* +| Absolute Value ; Modulus +≤ ; Less Than or Equal to +< Enclose ; Less Than +> Merge ; Greater Than +≥ ; Greater Than or Equal to += Rank ; Equals +≠ Length ; Not Equals +≡ Depth* ; Match +≢ Shape ; Not Match +⊣ Identity ; Left +⊢ Identity ; Right +⥊ Deshape ; Reshape +∾ Join* ; Join to +≍ Solo* ; Couple* +↑ Prefixes* ; Take +↓ Suffixes* ; Drop +↕ Range ; Windows* +⌽ Reverse ; Rotate +⍉ Transpose* ; Reorder axes* +/ Indices ; Replicate +⍋ Grade Up ; Bins Up +⍒ Grade Down ; Bins Down +⊏ First Cell* ; Select* +⊑ First ; Pick* +⊐ ; Index of +⊒ Occurrence Count* ; Progressive Index of* +∊ Unique Mask ; Member of +⍷ Deduplicate ; Find +⊔ Group Indices* ; Group* |
