- Forums
- Angular
- Sublime - How To Indent Code Text Automatically Copy/paste
this page will show you the short cut keys you can use for indenting text in your sublime text code file. [4634], Last Updated: Mon Jun 24, 2024
webune
Mon Jan 30, 2017
0 Comments
396 Visits
i am putting these notes here to show you what short cut keys you can use to indent code in your sublime text editor.
i am using windows, so it might be different on a mac.
Sublime Indent Short Cut Keys Shortcut Key | Description |
you can find the complete list here: https://gist.github.com/eteanga/1736542 Ctrl+] | indent current line(s) |
Ctrl+[ | un-indent current line(s) |
Ctrl+⇧+V | paste and indent correctly |