Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 315 Bytes

vim.md

File metadata and controls

16 lines (11 loc) · 315 Bytes

vim

indent / unindent

key description
>> indent current line
5>> indent 5 lines
3<< un-indent 3 lines

Lines are shifted 'shiftwidth' to the right or left.

Can be used with visual mode too ( CTRL-v / SHIFT-v )