Blender Selection Mode Shortcuts
Blender fundamentally distinguishes between manipulating whole objects and editing an individual object's internal geometry, and within that geometry-editing context, further distinguishes between selecting at the vertex, edge, or face level — understanding and fluidly switching between these modes is foundational to nearly all modeling work. Beyond switching between vertex, edge, and face granularity, Blender also provides fast shortcuts for establishing broad selection states — everything, nothing, an entire connected island, or the inverse of whatever's currently selected.
| Action | Windows | Mac | Description |
|---|---|---|---|
| Switch to Object Mode | Tab (toggles with Edit Mode) or Ctrl+Tab menu | Tab | Switches to Object Mode for manipulating whole objects (moving, rotating, duplicating entire meshes), as opposed to editing an individual object's internal vertex/edge/face geometry. |
| Switch to Edit Mode | Tab (from Object Mode) | Tab | Switches into Edit Mode for the selected object, exposing its individual vertices, edges, and faces for direct mesh-level editing rather than whole-object manipulation. |
| Vertex select mode (in Edit Mode) | 1 | 1 | Switches Edit Mode's selection granularity to individual vertices, the finest level of mesh editing control. |
| Edge select mode (in Edit Mode) | 2 | 2 | Switches selection granularity to edges (the lines connecting vertices), useful for operations like edge loop selection or beveling. |
| Face select mode (in Edit Mode) | 3 | 3 | Switches selection granularity to whole faces, useful for extruding or selecting larger contiguous surface areas at once. |
| Select all / deselect all | A / Alt+A | A / Option+A | Selects every vertex, edge, or face (depending on current selection mode) with A, or deselects everything currently selected with Alt+A, the fastest way to establish a clean baseline selection state before making a more specific targeted selection. |
| Select linked geometry | L (hover over connected geometry) | L | Selects every vertex, edge, and face connected to whatever geometry the mouse is currently hovering over, useful for quickly selecting an entire separate connected mesh island within a single object without manually box-selecting or clicking each piece individually. |
| Invert current selection | Ctrl+I | Cmd+I | Flips the current selection so everything previously selected becomes deselected and everything previously deselected becomes selected, useful for selecting everything except a small excluded region by first selecting that small region and then inverting. |
Tab toggles between Object Mode and Edit Mode for whichever object is currently selected — Object Mode treats a mesh as one indivisible unit, appropriate for whole-object operations like positioning multiple objects relative to each other in a scene, while Edit Mode exposes that same object's underlying vertices, edges, and faces for direct geometric manipulation, appropriate for actually sculpting and refining a model's shape.
Once inside Edit Mode, the number keys 1, 2, and 3 switch between Vertex, Edge, and Face selection modes respectively, each offering a different granularity of control appropriate to different tasks. Vertex mode gives the finest-grained control, useful for precisely repositioning individual points. Edge mode is particularly useful for operations that conceptually operate on connections between points, like edge loop selection for Loop Cut or applying a Bevel. Face mode operates on whole surface patches, useful for extruding or selecting larger contiguous areas efficiently without needing to individually select every vertex or edge that makes up that face's boundary.
Switching between these three selection modes mid-workflow is completely normal and expected — a typical modeling session might involve selecting a face to extrude new geometry outward (Face mode), then switching to Edge mode to add a supporting loop cut near that new geometry, then dropping into Vertex mode for final fine positioning of individual points, all within the same continuous editing session on the same mesh.
A practical habit worth building: getting comfortable reflexively pressing 1, 2, or 3 before a selection-dependent operation, rather than performing an operation in the wrong selection mode and getting confusing or unintended results, is one of the fastest ways to reduce friction for anyone newer to Blender's mesh editing workflow.
A and Alt+A (Option+A on Mac) are the two ends of the selection spectrum: A selects every piece of geometry at the current selection mode's granularity, while Alt+A clears the selection back to nothing. These are used constantly as a reset step before making a more deliberate, targeted selection, since starting from a known clean state (either everything or nothing selected) avoids accidentally combining a new selection with leftover selected geometry from a previous operation.
Select Linked (L, while hovering over the target geometry) selects an entire connected island of geometry in one action — every vertex, edge, and face that's topologically connected to whatever you're hovering over, without needing to manually box-select or shift-click across a potentially large and complex connected mesh piece by piece. This is especially useful in a single Blender object containing several genuinely separate, unconnected mesh pieces (common after certain modeling operations or imports), letting you isolate just one of those pieces instantly.
Inverting a selection (Ctrl+I / Cmd+I) flips selected and unselected geometry, which is a genuinely useful technique for a specific common scenario: selecting everything except one small excluded area by first selecting just that small area (often easier to precisely select than everything else combined) and then inverting, rather than trying to manually select a large, irregularly-shaped majority of a mesh directly.
Box select (B, then drag) and lasso select (Ctrl+drag with the default keymap) offer two different shapes of freehand multi-selection, with box select constrained to a rectangle and lasso following whatever irregular path you drag, which matters when the geometry you want selected doesn't fit neatly into a rectangular region and a freehand lasso shape captures it more precisely in a single motion.