April 10, 2026

Overleaf is the most widely used online LaTeX editor, but many users only scratch the surface of what it can do. These tips cover keyboard shortcuts, collaboration features, project organization, and extensions that can significantly speed up your workflow.
Overleaf uses the same shortcuts as most code editors. Learning a few key ones can save significant time:
| Action | Mac | Windows/Linux |
|---|---|---|
| Compile | Cmd + Enter | Ctrl + Enter |
| Bold | Cmd + B | Ctrl + B |
| Italic | Cmd + I | Ctrl + I |
| Comment/uncomment line | Cmd + / | Ctrl + / |
| Find and replace | Cmd + H | Ctrl + H |
| Toggle line wrapping | Cmd + Shift + W | Alt + Z |
| Go to line | Cmd + L | Ctrl + G |
| Autocomplete | Ctrl + Space | Ctrl + Space |
You can also switch to Vim or Emacs keybindings in Overleaf's settings under Editor → Keybindings.
For anything beyond a short paper, organize your project into folders:
project/
├── main.tex % Master document
├── references.bib % Bibliography
├── sections/
│ ├── introduction.tex
│ ├── methods.tex
│ ├── results.tex
│ └── conclusion.tex
├── figures/
│ ├── fig1.pdf
│ └── fig2.png
└── tables/
└── results-table.texUse \input{sections/introduction} to include each section. This keeps your main file clean and makes it easier to navigate. In Overleaf, you can click on any \input or \include command to jump directly to that file.
[draft] to your documentclass options. Images render as placeholder boxes, cutting compile time significantly.Overleaf's rich text mode renders your LaTeX as formatted text — headings appear as headings, bold appears as bold, and figures display inline. This is helpful for collaborators who aren't comfortable reading raw LaTeX. Toggle it with the editor mode switch at the top of the editor.
Working on a paper in Overleaf and need to digitize equations from a textbook or scanned PDF? Underleaf's Image to LaTeX and PDF to LaTeX tools extract clean code you can paste straight into Overleaf.
Try Underleaf FreeUnderleaf's Chrome extension adds AI-powered features directly inside Overleaf — find citations, generate equations, edit LaTeX, and enable dark mode with one click.
Install Chrome ExtensionEmpowering students and researchers with AI-powered tools for academic writing.
Go to appContact us© 2026 Underleaf. All rights reserved.