sublime-cross ============= ![Screenshot](http://ww1.sinaimg.cn/mw690/6c9ab962jw1e21imltvh1j.jpg) ![Screenshot](http://ww2.sinaimg.cn/mw690/6c9ab962jw1e0upwb1k5bj.jpg) Create a cursor-centered cross ## Installation 1. Clone or [download](/chancedai/sublime-cross/archive/master.zip) 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: ```json { "show_cross" : true, "show_multiple_cross":true, "cross_width":4 } ```