Change a few abbreviations
This commit is contained in:
parent
5074472017
commit
bf1cea1f44
4 changed files with 45 additions and 28 deletions
home/features/neovim/config/lua/my/abbreviations
|
@ -111,19 +111,20 @@ M.unicode = {
|
|||
{ "Theta", "Θ" },
|
||||
{ "iota", "ι" },
|
||||
{ "kappa", "κ" },
|
||||
{ "lambda", "λ" },
|
||||
{ "Lambda", "Λ" },
|
||||
{ "lam", "λ" },
|
||||
{ "Lam", "Λ" },
|
||||
{ "mu", "μ" },
|
||||
{ "nu", "ν" },
|
||||
{ "xi", "ξ" },
|
||||
{ "pi", "π" },
|
||||
{ "Pi", "∏" },
|
||||
{ "rho", "ρ" },
|
||||
{ "sigma", "ς" },
|
||||
{ "sigma", "σ" },
|
||||
{ "Sigma", "Σ" },
|
||||
{ "tau", "τ" },
|
||||
{ "upsilon", "υ" },
|
||||
{ "phi", "ϕ" },
|
||||
{ "ophi", "φ" }, -- open phi?
|
||||
{ "Phi", "Φ" },
|
||||
{ "chi", "χ" },
|
||||
{ "psi", "ψ" },
|
||||
|
@ -133,10 +134,13 @@ M.unicode = {
|
|||
-- }}}
|
||||
-- {{{ Common symbols
|
||||
{ "iinf", "∞" },
|
||||
{ "niinf", "-∞" },
|
||||
{ "star", "⋆" },
|
||||
{ "nabla", "∇" },
|
||||
{ "diamond", "⋄" },
|
||||
{ "tto", "→" },
|
||||
{ "ttoo", "⟶" },
|
||||
{ "mapto", "↦" },
|
||||
-- }}}
|
||||
-- {{{ Brackets
|
||||
{ "langle", "⟨" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue