New abbreviation, keybind, and some firenvim tweaks
This commit is contained in:
parent
95cddbc510
commit
a1b3cf01ee
3 changed files with 21 additions and 2 deletions
dotfiles/neovim/lua/my/abbreviations
|
@ -6,6 +6,7 @@ M.symols = {
|
|||
-- Unicode:
|
||||
{ "iin", "∈" }, -- [I]ncluded [i][n]
|
||||
{ "mfrl", "∀" }, -- [M]ath [f]o[r]al[l]
|
||||
{ "eps", "ε" }, -- Epsilon
|
||||
|
||||
-- Ascii stuff:
|
||||
{ "tto", "->" }, -- [t]o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue