Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.08 KB

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.

Demo

Demo

Commands

  • Alt+Backspace: Delete everything left
  • Alt+Delte: Delete everything right
  • Ctrl+Shift+Backspace: Delete to string left
  • Ctrl+Shift+Delte: Delete to string right
  • Ctrl+Alt+Shift+Backspace: Delete to string left multiline
  • Ctrl+Alt+Shift+Delte: Delete to string right multiline
  • Alt+F8: Select everything left
  • Alt+F10: Select everything right
  • Ctrl+Shift+F8: Select to string left
  • Ctrl+Shift+F10: Select to string right
  • Ctrl+Alt+Shift+F8: Select to string left multiline
  • Ctrl+Alt+Shift+F10: Select to string right multiline
  • Ctrl+Alt+Backspace: Change selection direction
  • Alt+Shift+Backspace: Trim selection

Changelog

  • 1.0.0 Initial release