ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Sticky​Search

by vim-zz ST3

A Sublime Text plugin - persistently highlighting selected text

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 653
  • Linux 399
May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5
Windows 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 2 0 0 2 0 0 1 0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0
Mac 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 1 1 1 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

StickySearch

A Sublime Text plugin - persistently highlighting selected text. This plugin is designed to elevate your text highlighting experience, drawing inspiration from VIM's keyword search functionality.

Compatible with Sublime Text 3 and 4.

Install

Search for StickySearch in Package Control.

How It Works

To highlight text under the cursor:

  • macOS: Command + 8
  • Windows/Linux: Ctrl + 8

To highlight more text (while retaining previous highlights):

  • macOS: Shift + Command + 8
  • Windows/Linux: Shift + Ctrl + 8

To clear all highlighted text:

  • macOS: Alt + Command + 8
  • Windows/Linux: Alt + Ctrl + 8

Customization

You can change the following settings:

Parameter Values Description
icon dot, circle, bookmark, cross When provided, the named icon will be displayed in the gutter
fill true, false When set to true, it adds a background color to marked text
outline true, false When set to true, it encloses marked text with a colored frame
rainbow true, false When set to true, different colors are used for each added selection