Skip to content

Commit

Permalink
add abbreviations for ‖ ‖ which place the cursor inside (#315)
Browse files Browse the repository at this point in the history
* add abbreviations for `∥ ∥` wich place the cursor inside

* switch to better Unicode characters for norm.

Co-authored-by: Eric Wieser <wieser.eric@gmail.com>

Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
  • Loading branch information
j-loreaux and eric-wieser authored Nov 18, 2022
1 parent df7bc6e commit 27898a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abbreviation/abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"f<>": "‹$CURSOR›",
"f<<>>": "«$CURSOR»",
"[--]": "⁅$CURSOR⁆",
"nnnorm": "‖$CURSOR‖₊",
"norm": "‖$CURSOR‖",
"\\": "\\",
"a": "α",
"b": "β",
Expand Down

0 comments on commit 27898a0

Please sign in to comment.