Плагины и дополнения
Как выделять блоки текста
- https://www.sublimetext.com/docs/2/column_selection.html
- https://stackoverflow.com/questions/25085479/column-vertical-selection-with-keyboard-in-sublimetext-3
- https://packagecontrol.io/packages/Column%20Select
How to make column select in Sublime Text 3 like in notepad++ and here is the full options:
Using the Mouse
OS X
- Left Mouse Button + Option
- OR: Middle Mouse Button
- Add to selection: Command
- Subtract from selection: Command+Shift
Windows
- Right Mouse Button + Shift
- OR: Middle Mouse Button
- Add to selection: Ctrl
- Subtract from selection: Alt
Linux
- Right Mouse Button + Shift
- Add to selection: Ctrl
- Subtract from selection: Alt
Using the Keyboard
OS X
- Ctrl + Shift + Up
- Ctrl + Shift + Down
Windows
- Ctrl + Alt + Up
- Ctrl + Alt + Down
Linux
- Ctrl + Alt + Up
- Ctrl + Alt + Down