Skip to content

Instantly share code, notes, and snippets.

@lysender
Created October 14, 2023 08:15
Show Gist options
  • Save lysender/835a9aa7050bee7aec9438a219ecb050 to your computer and use it in GitHub Desktop.
Save lysender/835a9aa7050bee7aec9438a219ecb050 to your computer and use it in GitHub Desktop.
TIL - vim - indent multiple lines

Select multiple lines, ex: using the visual mode:

  • Press v on normal mode
  • Move cursor to select the lines to edit
  • Press SHIFT + < or > to indent to left or right.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment