Giter Site home page Giter Site logo

gotochar's Introduction

GoToChar

This is a Sublime Text 3 plug-in for going to a character.

Colored

Features

  • Can go to next/previous character.
  • Can add the characters in between to selection.
  • Works with multi-cursor selections.

Installation

You can install it from Package Control. Search for GoToChar.

Usage

Hit alt+t a to go to the next "a". shift+alt+t also selects the area. alt+r a to go to previous a. shift+alt+r also selects the area.

This plug-in is case sensitive, there for a and A are different.

These are the default key bindings set in this plug-in:

{ "keys": ["alt+t"], "command": "go_to_char", "args": {"mode": "next"} },
{ "keys": ["alt+r"], "command": "go_to_char", "args": {"mode": "back"} },
{ "keys": ["shift+alt+t"], "command": "go_to_char", "args": {"mode": "next", "select": true} },
{ "keys": ["shift+alt+r"], "command": "go_to_char", "args": {"mode": "back", "select": true} },

You can override them to your liking.

Enjoy!

gotochar's People

Contributors

arsham avatar

Stargazers

 avatar

Watchers

 avatar  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.