use our own input method in vscode
The lean one was annoying for \{...}
This commit is contained in:
10
newt-vscode/src/abbrev.ts
Normal file
10
newt-vscode/src/abbrev.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const ABBREV: Record<string, string> = {
|
||||
"\\x": "×",
|
||||
"\\r": "→",
|
||||
"\\all": "∀",
|
||||
"\\\\": "\\",
|
||||
"\\==": "≡",
|
||||
"\\circ": "∘",
|
||||
"\\1": "₁",
|
||||
"\\2": "₂",
|
||||
};
|
||||
Reference in New Issue
Block a user