Here you'll find some shortcuts, tricks, and solutions to common issues that many face.
At the very least, if you're not going to read all of them, read the ones under this header.
A lot of these shortcuts aren't specific to Overleaf and very handy for other programming too.
Keys | Effect |
---|---|
ctrl + s
|
Recompiles the project aka you're view of the output file on the right. |
shift + tab
|
Unindents selected lines (i.e., it's basically a reverse-tab ) |
alt + up arrow alt + down arrow |
Shifts all selected text up/down a line (exchanges it with the line above/below) |
alt + drag left mouse button
|
Highlights parts of code according to the box you make instead of by line. This may be very useful if you want to edit multiple spots e.g. on a table. |
ctrl + left mouse button
|
Allows you to click multiple spots while keeping cursors in them all. This may be useful if you're trying to for instance add a |
ctrl + u
|
Turns all selected text to uppercase |
ctrl + shift + u
|
Turns all selected text to lowercase |
ctrl + space
|
Opens the autocomplete menu |