.1. Indent Quickly
Developers know the importance of indentation because it keeps your code
legible and easier to understand. If you want to increase the current
line’s indent, use`CTRL/⌘-]`. Decreasing the indent uses the other
square bracket key (`CTRL/⌘-[`).
![Indent lines of code
quickly](https://i1.wp.com/generalassemb.ly/blog/wp-content/uploads/2013/11/indent.gif?w=625&ssl=1 "Indent Quickly")
2. Pasting with Indentation
When you copy/cut indented code and want to have the indentation level
maintained when pasting, use `CTRL/⌘-Shift-V` to paste with indentation.