Initial commit
This commit is contained in:
32
home/apps/nvim/lua/digraphs.lua
Normal file
32
home/apps/nvim/lua/digraphs.lua
Normal file
@@ -0,0 +1,32 @@
|
||||
return {
|
||||
{ "ps", "+" },
|
||||
{ "ms", "-" },
|
||||
{ "eq", "=" },
|
||||
{ "pw", "^" },
|
||||
{ "mt", "*" },
|
||||
{ "hs", "#" },
|
||||
{ "md", "%" },
|
||||
{ "bt", "`" },
|
||||
{ "pp", "|" },
|
||||
{ "td", "~" },
|
||||
{ "fs", "/" },
|
||||
{ "bs", "\\" },
|
||||
{ "us", "_" },
|
||||
{ "qm", "?" },
|
||||
{ "xm", "!" },
|
||||
{ "at", "@" },
|
||||
{ "sn", ";" },
|
||||
{ "qt", "'" },
|
||||
{ "dq", "\"" },
|
||||
{ "cn", ":" },
|
||||
{ "ds", "$" },
|
||||
{ "as", "&" },
|
||||
{ "lp", "(" },
|
||||
{ "rp", ")" },
|
||||
{ "lb", "{" },
|
||||
{ "rb", "}" },
|
||||
{ "ls", "[" },
|
||||
{ "rs", "]" },
|
||||
{ "la", "<" },
|
||||
{ "ra", ">" },
|
||||
}
|
||||
Reference in New Issue
Block a user