Improve keyboard setup
- add more unicode vim abbreviations - add more things to the red layer in kanata
This commit is contained in:
parent
8b90c71737
commit
c26a8a2c9b
2 changed files with 10 additions and 7 deletions
home/features/neovim/config/lua/my/abbreviations
|
@ -137,10 +137,13 @@ M.unicode = {
|
|||
{ "niinf", "-∞" },
|
||||
{ "star", "⋆" },
|
||||
{ "nabla", "∇" },
|
||||
{ "diamond", "⋄" },
|
||||
{ "minidiam", "⋄" },
|
||||
{ "tto", "→" },
|
||||
{ "ttoo", "⟶" },
|
||||
{ "mapto", "↦" },
|
||||
{ "square", "□" },
|
||||
{ "rquare", "▢" }, -- rounded square
|
||||
{ "diam", "◇" },
|
||||
-- }}}
|
||||
-- {{{ Brackets
|
||||
{ "langle", "⟨" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue