Google Docs

How to Type a Dash in Google Docs

Spencer LanoueSpencer Lanoue
Google Docs

Ah, dashes! Those little lines might seem like minor details, but they can make a world of difference in your writing. Whether you're typing up a quick email or drafting an important document, knowing how to use dashes effectively can help convey your message clearly and professionally. In Google Docs, the process of inserting dashes might not be immediately obvious. Once you get the hang of it, you'll wonder how you ever managed without them. Let's explore how you can make those dashes work for you in Google Docs and improve the flow of your written words.

🔮
The AI Alternative to Google Docs & Word:
Save time by letting Spell write your docs for you. Turn hours of doc writing work into minutes. Try it free →

Understanding Different Types of Dashes

Before we jump into the how-tos, let's clarify what types of dashes we're talking about. There are three main types: the hyphen, the en dash, and the em dash. Each serves a distinct purpose, and it's important to know when to use which one.

  • Hyphen (-): This is the shortest of the dashes. It's typically used to connect words in phrases, like "well-known author" or "state-of-the-art technology." It's also used for some compound words and to break words at the end of a line.
  • En Dash (–): Slightly longer than a hyphen, the en dash is used to indicate ranges, such as "pages 10–20" or "Monday–Friday." It can also be used to show a relationship between two things, like a score or a route (think "New York–London flight").
  • Em Dash ( - ): The longest of the three, the em dash is used to create a strong break in a sentence, often replacing commas, parentheses, or colons. For example, "The results were surprising. Far better than we expected."

Now that you know what each dash does, let's look at how to use them in Google Docs.

Inserting a Hyphen

The humble hyphen is the easiest to insert because it's right there on your keyboard. You probably use it all the time without even thinking about it. Just hit the hyphen key and you're good to go. Simple, right? But there are a few things to keep in mind.

Hyphens are often used in compound adjectives, which are pairs of words that work together to modify a noun. For example, in "a well-written article," "well-written" is a compound adjective modifying "article." Without the hyphen, your reader might stumble over your meaning.

Also, be careful not to overuse hyphens. While they can clarify meaning, too many hyphens can make your text look cluttered and difficult to read. As with many things in writing, balance is key.

Creating an En Dash

The en dash can be a bit tricky if you're not familiar with keyboard shortcuts. Unlike the hyphen, the en dash isn't directly available on most keyboards. But don't worry, it's still easy to insert once you know how.

To insert an en dash in Google Docs, you can use a keyboard shortcut:

  • On Windows: Press Ctrl + - (on the numeric keypad).
  • On Mac: Press Option + -.

If you're using a laptop or a keyboard without a numeric keypad, you can also insert an en dash through the menu:

  • Go to Insert in the top menu.
  • Select Special characters.
  • In the search box, type "en dash" and select it from the list.

Once you get the hang of it, using en dashes will become second nature. Remember, they're perfect for indicating ranges or relationships between numbers or words.

Typing an Em Dash

The em dash is a favorite among writers for its versatility and impact. However, like the en dash, it's not directly available on most keyboards. But don't let that stop you. It's easy once you know the shortcuts.

Here's how you can insert an em dash in Google Docs:

  • On Windows: Press Alt + 0151 (on the numeric keypad).
  • On Mac: Press Shift + Option + -.

If you don't have a numeric keypad or want another way, you can also use the menu method:

  • Go to Insert in the top menu.
  • Select Special characters.
  • In the search box, type "em dash" and select it from the list.

The em dash is great for adding emphasis or breaking up a sentence. It's like the Swiss Army knife of punctuation marks - useful in many situations!

The AI-First Document Editor
Spell is the AI-powered alternative to Google Docs and Microsoft Word.
Get started for free

Using Special Characters Menu

If you're someone who prefers menus over shortcuts, Google Docs has a handy feature for you. The Special Characters menu is a treasure trove of symbols and characters, including all the dashes you need.

Here's how to find it:

  • Click on Insert in the top menu.
  • Select Special characters.
  • In the box that appears, type "dash" to see all dash options.
  • Click on the dash you want to insert it into your document.

This menu is particularly useful if you're looking for other symbols as well. It's like having a secret weapon ready whenever you need a bit more variety in your text.

Spell's Take on Dashes

While Google Docs offers these manual methods, Spell can make the process even smoother. With AI at its core, Spell can help you write and edit documents quickly, inserting the correct types of dashes automatically as you type, saving you time and effort.

Auto-Correct Settings for Dashes

Google Docs also has an auto-correct feature that can replace double hyphens with em dashes automatically. This can be a real time-saver, especially if you're not a fan of keyboard shortcuts.

To enable this feature:

  • Click on Tools in the top menu.
  • Select Preferences.
  • Make sure the "Automatically correct spelling" option is checked.
  • Under "Substitutions," add a new entry: type -- in the left column and the em dash - in the right column.

Now, whenever you type two hyphens in a row, Google Docs will automatically replace them with an em dash. It's a neat little trick for those who use em dashes frequently.

When to Use Each Dash

Knowing how to insert the dashes is just the beginning. Understanding when to use each one is equally important for clear and effective writing.

  • Hyphen: Use it for compound words and phrases, and to break words at the end of a line. For example, "well-known" or "mother-in-law."
  • En Dash: Ideal for showing ranges or spans, like "June–July" or "1:00–2:00 PM." It can also indicate a contrast or connection between two items, such as "the Paris–Rome flight."
  • Em Dash: Use it to add emphasis, set off a phrase, or introduce a sudden change in thought. For instance, "I was planning to go. Until it started raining."

Choosing the right dash can make your writing clearer and more professional, helping you communicate your ideas effectively.

Go From Idea to Polished Doc 10x Faster With Spell 🪄
Get started for free

Why Spell Makes It Easier

With Spell, you don't need to worry about typing the wrong dash. Our AI editor suggests the appropriate dash as you write, streamlining the editing process and ensuring your document looks polished.

Customizing Your Google Docs Toolbar

If you use dashes frequently, consider customizing your Google Docs toolbar for easier access. While Google Docs doesn't allow for full toolbar customization, you can use add-ons to enhance its functionality.

One option is to create shortcuts or macros for inserting dashes. These can be set up through Google Apps Script. It might sound complicated, but once set up, it can save you a lot of time in the long run.

For example, you can create a script to insert an em dash with a simple keyboard shortcut of your choice. Here's how you can create a basic script:

function insertEmDash() {
 var cursor = DocumentApp.getActiveDocument().getCursor(),
 if (cursor) {
 cursor.insertText(" - "),
 } else {
 DocumentApp.getUi().alert("Please place your cursor where you want to insert the em dash."),
 }
}

To set this up, go to Extensions > Apps Script, paste the script, and save it. You can then assign a keyboard shortcut to run this script whenever you need an em dash.

While this might take a bit of setup, it's worth it if you use dashes often. It's like having your own personal dash button!

Common Mistakes and How to Avoid Them

As with any tool, there are common pitfalls to be aware of when using dashes. Here are a few mistakes and how to avoid them:

  • Using a Hyphen Instead of a Dash: This is one of the most common errors. Remember, hyphens are for connecting words, not for ranges or interruptions in a sentence.
  • Overusing Em Dashes: While em dashes are versatile, too many in one document can make your text hard to read. Use them sparingly to maintain clarity.
  • Incorrectly Formatting Ranges: When denoting a range, like "2019–2020," make sure to use an en dash, not a hyphen.

Paying attention to these details will help you maintain a polished and professional look in your writing.

The AI Alternative to Google Docs
Go from idea to polished doc in seconds with Spell's AI-powered document editor.
Create my first doc

Spell's Assistance in Avoiding Mistakes

With Spell, you don't have to worry about these common mistakes. Our AI editor helps you choose the right dash and corrects any errors, so your documents are always error-free and professionally formatted.

Practicing Dash Usage

Practice makes perfect, and using dashes is no different. The more you use them, the more natural they'll become in your writing. Here are a few exercises to get you started:

  • Rewrite Sentences: Take a few sentences from your previous documents and try to incorporate different types of dashes. For example, "I was late. Again to the meeting."
  • Create Your Own Examples: Write sentences that require dashes. Try using an em dash to set off a clause or an en dash to show a range.
  • Read and Analyze: Look at professional writing, like articles or books, and see how the author uses dashes. This can give you a sense of how to use them effectively.

With practice, you'll become more confident in your dash usage, and your writing will be all the better for it.

Final Thoughts

Mastering dashes in Google Docs might seem like a small detail, but it can significantly improve the clarity and professionalism of your writing. From hyphens to em dashes, each plays a unique role in conveying your message. And with tools like Spell, inserting and using dashes correctly becomes a breeze, letting you focus more on your content and less on formatting. Happy writing!

Spencer Lanoue

Spencer Lanoue

Spencer has been working in product and growth for the last 10 years. He's currently Head of Growth at Sugardoh. Before that he worked at Bump Boxes, Buffer, UserTesting, and a few other early-stage startups.

Related posts