S2D2: Select To / Delete To — Extension for Phoenix Code
Select to / Delete to the start or the end of a line or a specified position by a character or a regexp. It can also change the direction of selection or trim selection.
Note: On macOS some keyboard shortcuts may conflict with the defaults.
Alt+Backspace
: Delete everything leftAlt+Delte
: Delete everything rightCtrl+Shift+Backspace
: Delete to string leftCtrl+Shift+Delte
: Delete to string rightCtrl+Alt+Shift+Backspace
: Delete to string left multilineCtrl+Alt+Shift+Delte
: Delete to string right multilineAlt+F8
: Select everything leftAlt+F10
: Select everything rightCtrl+Shift+F8
: Select to string leftCtrl+Shift+F10
: Select to string rightCtrl+Alt+Shift+F8
: Select to string left multilineCtrl+Alt+Shift+F10
: Select to string right multilineCtrl+Alt+Backspace
: Change selection directionAlt+Shift+Backspace
: Trim selection
- 1.0.0 Initial release