Git Product home page Git Product logo

sublimeblockcursor's Introduction

SublimeBlockCursor

Screenshot

When using "Vintage" or better "Vintageous" Mode in Sublime Text 3, it can become very difficult to keep track of your cursor location. In vim this is solved by having a "block" cursor, which is very easy to spot no matter where it is on screen. Unfortunately, Sublime Text 3 does not (yet) support this feature natively. This Plugin mimics this functionality by highlighting the area behind the cursor whenever it moves (similar to how you might highlight syntax errors, or color a comment).

This version of the Plugin is based on the original work of netpro2k + pull request of ShengYun

Installation

With Package Control

The original author of the Plugin does not support it any longer, so you can't get this with Package Control If you have the Package Control installed, you can install SublimeBlockCursor from inside Sublime Text itself. Open the Command Palette and select "Package Control: Install Package", then search for SublimeBlockCursor and you're done!

Without Package Control

Go to your Sublime Text 3 Packages directory:

Windows: %USERPROFILE%\AppData\Roaming\Sublime Text 3\Packages\
Mac: ~/Library/Application Support/Sublime Text 3/Packages/

and clone the repository there

git clone git://github.com/:Lubomir-Russia/SublimeBlockCursor.git

Configuration

You can change the style of the block cursor by adding a section to your theme file like so:

<dict>
	<key>name</key>
	<string>Block Cursor</string>
	<key>scope</key>
	<string>block_cursor</string>
	<key>settings</key>
	<dict>
		<key>foreground</key>
		<string>#212121</string>
		<key>background</key>
		<string>#9ca9b7</string>
	</dict>
</dict>

In addition you can add colour blinking underlining to the cursor by adding to the "settings" section of your theme:

	<key>caret</key>
	<string>#00FF00</string>

And to your user preferences:

"caret_extra_width": 4,
"caret_style": "blink",

sublimeblockcursor's People

Contributors

netpro2k avatar lubomir-russia avatar msch avatar deiga avatar misfo avatar srusskih avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.