ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Expand Selection to Line Upwards

by Aaron Fu Lei ST3

Expand selection to line. Upwards or downwards.

Details

Installs

  • Total 401
  • Win 266
  • Mac 101
  • Linux 34
Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23
Windows 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Expand Selection to Line Upwards

A Sublime Text plugin that expands selection to line upwards or downwards.

^ Upward and downward expansions, and their undos.

Install

Package Control

How to Use

1. Key Bindings

No default key bindings. Define your own.

Recommended Key Bindings

{ "keys": ["primary+i"], "command": "expand_selection_to_line_upwards" },
{ "keys": ["primary+l"], "command": "expand_selection_to_line_downwards" },
{ "keys": ["primary+shift+l"], "command": "shrink_selection_by_line_upwards" },
{ "keys": ["primary+shift+i"], "command": "shrink_selection_by_line_downwards" },
Command Windows / Linux macOS
Expand Selection to Line Upwards Ctrl + I Cmd + I
Expand Selection to Line Downwards Ctrl + L Cmd + L
Shrink Selection by Line Upwards Ctrl + Shift + L Cmd + Shift + L
Shrink Selection by Line Downwards Ctrl + Shift + I Cmd + Shift + I

2. Main Menu

Selection > Expand Selection to Line Upwards
Selection > Expand Selection to Line Downwards
Selection > Shrink Selection by Line Upwards
Selection > Shrink Selection by Line Downwards

3. Command Palette

Expand Selection to Line Upwards
Expand Selection to Line Downwards
Shrink Selection by Line Upwards
Shrink Selection by Line Downwards

Author

Aaron Fu Lei

License

MIT