>
The
Operator
The > command in Vim
Operator
indent
Indent operator — shifts the text covered by the motion right by one
shiftwidth. Double >> indents the current line.Examples
>>(indent line)3>>(indent 3 lines)>ip(indent paragraph)>%(indent to matching bracket)V3j>(select + indent)
Reference
Learn every Vim command visually — right in your browser.
Add Vim What? to Chrome — FreeAlso on Firefox.
Related operators