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

Better​Find​Buffer

by aziz ST3

Adds a couple of missing features to SublimeText 3 Find Results buffer

Details

Installs

  • Total 11K
  • Win 4K
  • Mac 4K
  • Linux 2K
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 Apr 4 Apr 3
Windows 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 2 0 0 1 0 0 1 0 1 1
Mac 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 2 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0
Linux 0 1 0 1 0 0 0 0 0 0 0 2 0 0 0 0 0 1 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 1

Readme

Source
raw.​githubusercontent.​com

BetterFindBuffer for SublimeText 3

Adds a couple of missing features to SublimeText Find Results buffer.

Note: You need to restart your SublimeText after installing this plugin.

Features

  • Open the the file and line under the cursor by pressing Enter or o
  • n and p to jump to next/previous file
  • j and k to jump to next/previous match
  • Open multiple files with multiple cursor at the same time by selecting lines and pressing Enter or o
  • Open all files in the result with a
  • Fold a result with f and move to next file
  • Show shortcuts with ?
  • Remove path prefix in filenames based on open sublime's project folders (can be disabled in settings)
  • Set find results as readonly (can be disabled in settings)
  • Adds search keyword and file names to the symbols list (use Super+R)
  • Cleaner UI (hides line numbers, gutter, indent guides)
  • Better Syntax highlighting for find results
  • Custom color scheme

BetterFindBuffer Screenshot1

BetterFindBuffer Screenshot2

Installation

You can install via Sublime Package Control Or you can clone this repo into your Sublime Text Packages folder.

Changing color scheme

If you don't like colors used in the find results buffer just copy this file to your User folder, change colors and save it and then create a file called Find Results.sublime-settings in your User folder and paste the code below:

{
  "color_scheme": "Path to your custom color scheme file. e.g. Packages/User/Custom_FindResults.hidden-tmTheme",
}

Alternatively, you can use BetterFindBuffer-Designer tool as GUI to easily customize the Find-Results color scheme.

Credit

FindInFilesOpenFileCommand is inspired by this answer on StackOverflow

License

See the LICENSE file