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 651
  • Linux 399
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 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15
Windows 1 0 0 1 0 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 1 0 0 0 1 0 0 0 0 0 0 0 1
Mac 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 0 0 0 0 0 4 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1
Linux 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 0 1 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