Skip to content

PawelMTRK/micro-selto-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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