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

Expand Selection to Line Before

by dotmaster ST2

SublimeExpandSelectionToLineBefore

Details

  • 2012.09.02.14.36.11
  • github.​com
  • github.​com
  • 13 years ago
  • 2 hours ago
  • 13 years ago

Installs

  • Total 257
  • Win 141
  • Mac 78
  • Linux 38
Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22
Windows 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
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 0 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 Before

A command to expand the current selection to the line before, which is something I need quite often.

Each time this command runs it will expand one line above.

After expanding, you can also contract the selection back by one line.

Usage

Both commands are available in the Selection menu and bound to the following keyboard shortcuts on Windows and Linux:

Expand Selection by one line                Ctrl+Alt+Shift+Up
Contract by one line                        Ctrl+Alt+Shift+Down

Or similarly, on OS X:

Expand Selection by one line                ^⌥⇧↑ (Ctrl+Option+Shift+Up)
Contract by one line                        ^⌥⇧↓ (Ctrl+Option+Shift+Down)