mreq / BetterFindBuffer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Easier keyboard navigation
    n and p to jump to next/previous file j and k to jump to next/previous search result
  • Set find results as readonly
  • Adds search keyword and file names to the symbols list (use Super+R)
  • Cleaner UI (hides line numbers, gutter, indent guides)
  • Better Syntax highlighting of the find results
  • Cutom color scheme

BetterFindBuffer Screenshot

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",
}

Credit

FindInFilesOpenFileCommand is inspired by this answer on StackOverflow

License

See the LICENSE file

About

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

License:MIT License


Languages

Language:Python 80.9%Language:JavaScript 19.1%