If you publish content regularly on WordPress, you already know that time is the one resource you cannot get back. Gutenberg keyboard shortcuts are the fastest, most underrated way to reclaim it. Instead of clicking through menus, dragging your mouse across the screen, and hunting for formatting options, you can trigger almost every action in the WordPress block editor with a quick keystroke combination.
This guide organises every essential shortcut by the stage of your workflow: writing, formatting, block management, and publishing. More importantly, it shows you exactly how and why each one matters, so you can start stacking shortcuts together and shave real minutes off every article you produce.
Whether you are a solo blogger, a marketer managing a content calendar, or an agency scaling output across multiple client sites, mastering WordPress editor shortcuts is one of the highest-return skills you can build this year.

Why Gutenberg Keyboard Shortcuts Are Worth Mastering
Most WordPress users learn Gutenberg by clicking. That is fine when you are getting started, but clicking is slow. Every time your hand leaves the keyboard to reach for the mouse, you lose momentum. Multiply that across a 1,500-word article and you are looking at dozens of unnecessary interruptions.
Research from productivity studies consistently shows that power keyboard users complete text-heavy tasks 20 to 30 percent faster than mouse-dependent users. In a publishing environment where you are producing five to ten pieces of content per week, that difference compounds quickly into hours saved every month.
There is also a creative benefit. Staying on the keyboard keeps you in a flow state. You are not breaking your train of thought to locate a button. The writing, formatting, and structural decisions all happen within the same rhythm.
The Gutenberg editor has two distinct input modes that affect which shortcuts work at any given moment. Understanding this is the foundation of everything else in this guide.
Block Mode is active when a block is selected but your cursor is not inside it. You can navigate, move, and manage blocks in this state.
Typing Mode (also called Edit Mode) is active when your cursor is placed inside a block and you are entering or editing text. Most text formatting shortcuts work here.
You switch between them by pressing Enter to go into Typing Mode, or Escape to return to Block Mode.
Essential Shortcuts for the Writing Stage
These are the shortcuts you will use most often. They help you create new blocks, insert content, and keep your writing moving without touching the mouse.

Inserting Blocks Without the Mouse
The single most useful shortcut for faster content creation in WordPress is the forward slash command. Type / at the start of any empty paragraph block and the block inserter appears immediately. Start typing the block name (for example, “/image” or “/heading”) and select it from the dropdown.
This replaces the need to click the blue “+” button and scroll through block categories entirely. For high-volume publishers, this one habit alone can save five to ten minutes per article.
Core Writing Shortcuts
| Action | Windows/Linux | Mac |
| Insert new block below | Enter (in Block Mode) | Enter (in Block Mode) |
| Duplicate selected block | Ctrl + Shift + D | Cmd + Shift + D |
| Delete selected block | Shift + Alt + Z | Ctrl + Option + Z |
| Undo last action | Ctrl + Z | Cmd + Z |
| Redo last action | Ctrl + Shift + Z | Cmd + Shift + Z |
| Save draft | Ctrl + S | Cmd + S |
| Open block inserter | Ctrl + Alt + T | Cmd + Option + T |
Practical scenario: You are writing a long-form guide and need to add a callout quote block between two paragraphs. Without shortcuts, you click between paragraphs, hit the “+” button, search for the block, and insert it. With the slash command plus the duplicate shortcut, you handle the same action in under three seconds.
Key takeaway: Get the slash command into your muscle memory first. It is the gateway to every other block in Gutenberg and the foundation of a faster writing workflow.
Text Formatting Shortcuts in the WordPress Block Editor
Formatting shortcuts in Gutenberg follow the same conventions as most word processors. If you have used Google Docs or Microsoft Word, you already know most of them. The difference is knowing which ones are active and how to combine them.
These shortcuts all work in Typing Mode, meaning your cursor must be inside a text block.
Standard Text Formatting
| Action | Windows/Linux | Mac |
| Bold | Ctrl + B | Cmd + B |
| Italic | Ctrl + I | Cmd + I |
| Underline | Ctrl + U | Cmd + U |
| Strikethrough | Ctrl + Shift + X | Cmd + Shift + X |
| Add inline link | Ctrl + K | Cmd + K |
| Remove link | Ctrl + Shift + K | Cmd + Shift + K |
Converting Block Types on the Fly
One of the most powerful and least-known Gutenberg features is the ability to change a paragraph into a heading, list, or quote block without using the toolbar. Select the block, open the block toolbar with Alt + F10 (Windows) or Option + F10 (Mac), and navigate with arrow keys to the Transform option.
For heading levels specifically, you can type a markdown-style shortcut directly at the start of a new paragraph block. Markdown is a simple text formatting system where specific characters trigger formatting automatically:
##(two hashes and a space) converts to an H2###(three hashes and a space) converts to an H3>(a right angle bracket and space) converts to a blockquote-or *** ** (dash or asterisk and space) starts an unordered list1.(number, period, space) starts a numbered list
This works natively in Gutenberg without any plugin. For content teams producing structured articles at volume, this is one of the highest-impact shortcuts to train across your team.

Key takeaway: Combine inline markdown conversion with standard formatting shortcuts and you can build the full structure of an article, headings, lists, quotes, and body copy, entirely from the keyboard.
Block Management Shortcuts: Navigate and Organise at Speed
Once you have content on the page, managing its structure is where most writers lose time. Moving blocks, selecting groups, and navigating long documents all have dedicated shortcuts in the block editor.

Navigating Between Blocks
| Action | Windows/Linux | Mac |
| Select next block | Tab | Tab |
| Select previous block | Shift + Tab | Shift + Tab |
| Move block up | Ctrl + Shift + Alt + T | Cmd + Option + T |
| Move block down | Ctrl + Shift + Alt + Y | Cmd + Option + Y |
| Select all blocks | Ctrl + A (in Block Mode) | Cmd + A |
| Copy selected block | Ctrl + C | Cmd + C |
| Cut selected block | Ctrl + X | Cmd + X |
| Paste block | Ctrl + V | Cmd + V |
Multi-Block Selection
To select multiple consecutive blocks, hold Shift and click the first and last block in the range. Once selected, you can move, copy, delete, or group them in a single action. This is particularly useful when reorganising a long article or moving a section from one part of a post to another.
To group multiple blocks into a Group block, which lets you apply shared styling or lock their layout, select them and use the Transform to Group option in the block toolbar. Combining this with Shift and Tab navigation means you rarely need the mouse for structural edits.
Practical scenario: You have a three-block section (heading, paragraph, image) that needs to move from the middle of the article to the introduction. Select the heading block, hold Shift, click the image block, then use the move shortcuts to reposition all three at once. What would take thirty seconds of dragging takes about five keystrokes.
Key takeaway: Tab and Shift + Tab are your navigation backbone. Once you can move through a document without the mouse, rearranging content becomes almost effortless.
Publishing and Document Shortcuts: The Final Workflow Stage
These shortcuts apply to the overall document rather than individual blocks. They cover saving, previewing, and accessing the document settings panel, which is where you set categories, tags, featured image, and SEO fields before hitting publish.
| Action | Windows/Linux | Mac |
| Save draft | Ctrl + S | Cmd + S |
| Open settings sidebar | Ctrl + Shift + , | Cmd + Shift + , |
| Toggle distraction-free mode | Ctrl + Shift + \ | Cmd + Shift + \ |
| Show or hide block breadcrumbs | Ctrl + Shift + H | Cmd + Shift + H |
| Open keyboard shortcut help | Shift + Alt + H | Ctrl + Option + H |
| Undo | Ctrl + Z | Cmd + Z |
| Redo | Ctrl + Shift + Z | Cmd + Shift + Z |
Distraction-Free Writing Mode
The distraction-free mode shortcut (*Ctrl + Shift + * on Windows, *Cmd + Shift + * on Mac) is underused and genuinely valuable. It hides the sidebar, top toolbar, and all surrounding UI elements, leaving only your content.
For writers who find the Gutenberg interface visually busy, toggling this on at the start of a writing session and off when moving to formatting and publishing can sharpen focus considerably.
The Keyboard Shortcut Reference Panel
If you forget any shortcut at any point, press Shift + Alt + H (Windows) or Ctrl + Option + H (Mac) to open a full shortcut reference panel directly inside the editor. You do not need to leave the page or search online. This is particularly useful when onboarding team members or writers who are new to the block editor.

Key takeaway: Save drafts constantly with Ctrl/Cmd + S. It takes one second and prevents lost work. Combine it with distraction-free mode during your writing phase and the sidebar shortcut during your pre-publish checklist.
Workflow Stacking: Combining Shortcuts for Maximum Speed
Individual shortcuts save seconds. Stacking them into consistent sequences saves minutes per article and hours per month. This is where the real productivity gains from Gutenberg keyboard shortcuts compound.
Here are three practical stacking sequences for different publishing scenarios.
The Fast Draft Sequence (Writing Phase)
This sequence is for getting a first draft down with full structural formatting and zero mouse usage:
- Open a new post and begin typing your first paragraph.
- Press Enter to add a new block, then type ## and a space to create an H2.
- Type your heading, press Enter, and continue writing the next paragraph.
- When you need a list, type – and a space to start it automatically.
- Use Ctrl + S every few minutes to save your progress.
The entire first draft, complete with headings and lists, can be written with nothing but the keyboard.
The Editing and Formatting Sequence
Once the draft is complete, switch to a dedicated formatting pass:
- Press Escape to enter Block Mode.
- Use Tab to navigate to each block that needs formatting.
- Press Enter to enter Typing Mode, select the text you want to bold or italicise, and apply with Ctrl + B or Ctrl + I.
- Use Ctrl + K to add inline links without leaving the keyboard.
- Use block move shortcuts to reorganise any sections that need reordering.
The Pre-Publish Checklist Sequence
Before hitting publish, run through this sequence:
- Press Ctrl + Shift + , to open the document settings sidebar.
- Check categories, tags, excerpt, and featured image.
- Navigate block-level settings using Tab where needed.
- Press Ctrl + S one final time to save all changes before publishing.

Key takeaway: Stacking shortcuts into repeatable sequences is what separates occasional efficiency from consistent speed. Build one sequence at a time and practice it until it is automatic before adding the next.
Gutenberg Shortcuts by User Type: Who Benefits Most
Not every shortcut is equally valuable for every WordPress user. Here is how different publishing roles should prioritise their learning.
Solo Bloggers and Content Creators
Focus on the slash command, markdown block conversion, and the save shortcut first. These three habits cover the majority of what you need for a standard publishing session.
For a concrete example: writing a 1,200-word tutorial post with five H2 sections, three image blocks, and two lists, using just these three shortcuts removes approximately 40 to 50 individual mouse clicks from your workflow. That is the kind of friction reduction that adds up quickly when you publish weekly.
Add the distraction-free mode toggle for long writing sessions to remove visual clutter and maintain focus.
Digital Marketers and Campaign Managers
Add the duplicate block shortcut (Ctrl + Shift + D) to your toolkit immediately. When you are building landing pages or email-style content with repeating section patterns, duplicating a formatted block and editing the copy is far faster than rebuilding each block from scratch.
Agencies and Content Teams
Prioritise the keyboard shortcut reference panel shortcut (Shift + Alt + H) when onboarding writers. Make it part of your WordPress style guide so new team members can self-serve from day one.
Consistent shortcut use across a team reduces variance in how long content production takes, which makes project timelines more predictable. For teams using our Gutenberg Block Editor Guide: Master WordPress Content Creation, these shortcuts are the natural next layer to add after understanding how blocks fundamentally work.
Scaling Entrepreneurs Managing Multiple Sites
If you are managing content across several WordPress properties, consistent shortcut habits reduce the cognitive load of switching between sites. The shortcuts are identical regardless of theme or plugin configuration, making them one of the most portable productivity skills in your toolkit.
Pairing shortcuts with a well-configured publishing workflow, including Staging Sites for WordPress: Test Changes Before Going Live before any major structural changes, keeps your operation clean and efficient as you scale.
Common Mistakes That Slow You Down (and How to Fix Them)
Even with the shortcuts listed above, a few common habits undermine their effectiveness.
Mixing modes without realising it. The most common source of confusion is pressing a shortcut in the wrong mode. If bold is not working, you are likely in Block Mode rather than Typing Mode. Press Enter to enter the block first, then apply your formatting shortcut.
Not using the slash command for every new block. Many users default to clicking the “+” button out of habit. Commit to using the slash command exclusively for one full week and it will become automatic. Set a simple reminder at the top of your draft document if it helps: “Use / for all new blocks.”
Skipping the save shortcut. Gutenberg has autosave, but it is not instantaneous. Pressing Ctrl + S manually after completing each section is a one-second habit that protects you from losing work during connection drops or browser issues.
Trying to learn every shortcut at once. This is counterproductive and most people abandon it within a few days. Use the three-three-three method instead: pick three shortcuts this week, use them in every session, then add three more the following week. Within a month you will have twelve shortcuts embedded in your workflow without the overwhelm.
For more on building an efficient WordPress publishing setup, see our guide to Essential Gutenberg Blocks: The Ones You Will Actually Use, which covers the blocks worth combining with these shortcuts for maximum output.
Frequently Asked Questions
What to Do Next
Step 1: Start with your three foundation shortcuts this week. Commit to using the slash command, Ctrl/Cmd + S, and the Escape/Enter mode switch in every post you write over the next seven days. Do not try to learn the full list yet. Build the muscle memory for these three before adding more.
Step 2: Build your block structure skills. Once the basics are automatic, read our Gutenberg Block Editor Guide: Master WordPress Content Creation to understand how blocks work structurally. Combining that knowledge with these shortcuts makes you significantly faster at building complex content layouts.
Step 3: Audit your current content workflow. Time yourself completing your next article from a blank page to publish-ready. Identify the three steps that take the longest, map a shortcut or stacking sequence to each one, and re-time yourself the following week. Most writers see a 15 to 25 percent reduction in total production time within two weeks of consistent practice.
Step 4: Extend your WordPress efficiency beyond the editor. Shortcuts are one layer of a faster publishing operation. Pairing them with well-configured Custom Fields in WordPress: Add Extra Data to Your Content and a reliable Staging Sites for WordPress: Test Changes Before Going Live setup gives you an end-to-end workflow that scales cleanly as your content output grows.

