|
|
|
|
|
by cfiggers
564 days ago
|
|
Hi, not the person you asked, but I have an answer to the question. I have an AutoHotkey script that auto-replaces "--" with "—" (and auto-disables it in contexts where it's likely intended, like SQL editors and my terminal). I also auto-replace "`-" with "–" so I can conveniently do number ranges with the (objectively correct) n-dash to indicate a range. |
|