Guest User

Untitled

a guest
Oct 17th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <>% curly braced block indent (<|>)
  2. Visual block or line-based selection also lends itself beautifully to indentation
  3.  
  4. >> Indent line by shiftwidth spaces
  5. << De-indent line by shiftwidth spaces
  6. 5>> Indent 5 lines
  7. 5== Re-indent 5 lines
  8.  
  9. >% Increase indent of a braced or bracketed block (place cursor on brace first)
  10. =% Reindent a braced or bracketed block (cursor on brace)
  11. <% Decrease indent of a braced or bracketed block (cursor on brace)
  12. ]p Paste text, aligning indentation with surroundings
  13.  
  14. =i{ Re-indent the 'inner block', i.e. the contents of the block
  15. =a{ Re-indent 'a block', i.e. block and containing braces
  16. =2a{ Re-indent '2 blocks', i.e. this block and containing block
  17.  
  18. >i{ Increase inner block indent
  19. <i{ Decrease inner block indent
Add Comment
Please, Sign In to add comment