User Tools

Site Tools


vim:cheatsheet:indent_text

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

vim:cheatsheet:indent_text [2021/02/16 10:38] – created petervim:cheatsheet:indent_text [2021/02/16 10:39] (current) peter
Line 1: Line 1:
 ====== VIM - Cheatsheet - Indent text ====== ====== VIM - Cheatsheet - Indent text ======
  
 +<code>
 +    >> - indent (move right) line one shiftwidth
 +    << - de-indent (move left) line one shiftwidth
 +    
 +    >% - indent a block with () or {} (cursor on brace)
 +    >ib - indent inner block with ()
 +    >at - indent a block with <> tags
 +    
 +    3== - re-indent 3 lines
 +    =% - re-indent a block with () or {} (cursor on brace)
 +    =iB - re-indent inner block with {}
 +    gg=G - re-indent entire buffer
 +    
 +    ]p - paste and adjust indent to current line
 +</code>
vim/cheatsheet/indent_text.1613471928.txt.gz · Last modified: 2021/02/16 10:38 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki