Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 537 Bytes

Selto

A simple plugin that allows the user to quickly select portion of the buffer, beginning from the current line up to the specified one.

Plugin provides one command:

selto [NUMBER]

It works similarly to goto, for example, assuming your cursor is on line 5:

  • selto 10 will select from lines 5 to 10
  • selto -5 will select from 5th line, counting from the beginning of the file, to the 5th line counting from the end of the file
  • selto -1 will select from the 5th line all the way to the end of the file