chancedai / sublime-cross

create a cursor-centered cross

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sublime-cross

Screenshot

Screenshot

Create a cursor-centered cross

Installation

  1. Clone or download git repo into your packages folder (in ST2, find Browse Packages... menu item to open this folder)
  2. Restart ST2 editor (if required)

Features

  1. Customize width of vertical line
  2. Show multiple vertical line while you have multiple selections

Configuration

These are the settings that I prefer.You can change the value of the options in Cross.sublime-settings like so:

{
	"show_cross" : true,
	"show_multiple_cross":true,
	"cross_width":4
}

About

create a cursor-centered cross


Languages

Language:JavaScript 54.0%Language:Python 46.0%