File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
10
10
11
11
For a steady stream of TILs, [ sign up for my newsletter] ( https://tinyletter.com/jbranchaud ) .
12
12
13
- _ 988 TILs and counting..._
13
+ _ 989 TILs and counting..._
14
14
15
15
---
16
16
@@ -412,6 +412,7 @@ _988 TILs and counting..._
412
412
- [ Gesture For Viewing All Windows Of Current App] ( mac/gesture-for-viewing-all-windows-of-current-app.md )
413
413
- [ Insert A Non-Breaking Space Character] ( mac/insert-a-non-breaking-space-character.md )
414
414
- [ List All The Say Voices] ( mac/list-all-the-say-voices.md )
415
+ - [ Quickly Type En Dashes And Em Dashes] ( mac/quickly-type-en-dashes-and-em-dashes.md )
415
416
- [ Require Additional JS Libraries In Postman] ( mac/require-additional-js-libraries-in-postman.md )
416
417
- [ Resize App Windows With AppleScript] ( mac/resize-app-windows-with-applescript.md )
417
418
- [ Resizing Both Corners Of A Window] ( mac/resizing-both-corners-of-a-window.md )
Original file line number Diff line number Diff line change
1
+ # Quickly Type En Dashes And Em Dashes
2
+
3
+ To type a hyphen, you hit the key right next to the zero: ` - ` . But what about
4
+ if you need the similar looking en dash and em dash?
5
+
6
+ Some programs have text areas that will automatically convert two consecutive
7
+ dashes into an em dash.
8
+
9
+ There is a more reliable method that can get you both: these two keybindings
10
+ which are a variation of the ` - ` key itself.
11
+
12
+ * ` Option - ` will produce an en dash (–), named that because it is typically
13
+ the width of the n character.
14
+
15
+ * ` Option Shift - ` will produce an em dash (—), named that because it is
16
+ typically the width of the m character.
17
+
18
+ The en dash seems to be the less familiar of the two. For more details on when
19
+ to use that, [ check out this excerpt from Dreyer's
20
+ English] ( https://twitter.com/jbrancha/status/1344345683294380035 ) .
21
+
22
+ h/t [ Shawn Wang (@swyx )] ( https://twitter.com/swyx/status/1344127570753646593?s=20 )
You can’t perform that action at this time.
0 commit comments