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

Missing​Find​Panel​Keys

by mattst ALL

A Sublime Text 3 package which provides key bindings for the find panel buttons which are not assigned keys in the default Sublime Text keymap files.

Labels search

Details

Installs

  • Total 382
  • Win 203
  • Mac 122
  • Linux 57
Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5
Windows 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 1 1 1
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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

Missing Find Panel Keys (Sublime Text Package)

Overview

Missing Find Panel Keys is a Sublime Text package which provides key bindings for the find panel toggle buttons which are not assigned keys in the default Sublime Text keymap files.

Key bindings added for the Find, Replace, and Incremental Find Panels:

  • Toggle Wrap
  • Toggle Highlight
  • Toggle In Selection

Key bindings added for the Find in Files Panel:

  • Toggle Use Buffer
  • Toggle Show Context

Information about the other Find in Files Panel buttons:

  • Dev Build 3133 added key bindings for the Find in Files panel Find and Replace buttons. It is not possible to add key bindings for those buttons to versions earlier than 3133 because no commands existed to perform their actions.
  • No key binding can be added for the Find in Files panel button, labelled '...', which adds items to the Where text box, because there is no command currently available to launch that action in any version of Sublime Text.
  • For mouse-less operation users should note that Tab can be pressed to focus the Where text box at which point its history can be scrolled through using the Up/Down keys and deleting its contents will revert it to its Open Files and Folders default.

Requirements

  • Sublime Text version 2 or 3

Installing

Use Package Control:

  • Open the command palette and select: Package Control: Install Package
  • Wait for the package list to be updated and then select: MissingFindPanelKeys

Users can, if they prefer, download the zip file and then install it manually; MissingFindPanelKeys.sublime-package should be used as the installed package file name or, if unzipping for folder installation, then MissingFindPanelKeys should be used as the folder name.

Key Bindings

The key bindings are only active when one of the find panels is focused.

If the first letter of the button's action can not be used for the key binding then the action's last letter is used instead because that is easy to remember. The following key bindings use the last letter instead of the first:

  • P is used to toggle Wrap since W is already used by toggle_whole_word
  • T is used to toggle Show Context since C is already used by toggle_case_sensitive
  • OSX Only: N is used to toggle In Selection since S is used by save_all (which must remain active)

Linux and Windows

For the Find, Replace, and Incremental Find Panels
--------------------------------------------------
Toggle Wrap                       Alt+P
Toggle In Selection               Alt+S
Toggle Highlight Matches          Alt+H
--------------------------------------------------

For the Find in Files Panel
--------------------------------------------------
Toggle Use Buffer                 Alt+B
Toggle Show Context               Alt+T
--------------------------------------------------

OSX

For the Find, Replace, and Incremental Find Panels
--------------------------------------------------
Toggle Wrap                       Super+Alt+P
Toggle In Selection               Super+Alt+N
Toggle Highlight Matches          Super+Alt+H
--------------------------------------------------

For the Find in Files Panel
--------------------------------------------------
Toggle Use Buffer                 Super+Alt+B
Toggle Show Context               Super+Alt+T
--------------------------------------------------

Changing the Keys

To change the keys just copy and paste the relevant binding from the default keymap file, Menu --> Preferences --> Package Settings --> MissingFindPanelKeys --> Key Bindings - Default / GitHub links Linux.sublime-keymap), OSX.sublime-keymap), Windows.sublime-keymap), into your user keys file and change the keys to whatever you want.

Note that the PackageResourceViewer plugin allows package changes to be made with speed and ease, installing and learning how to use it saves a lot of time in the long run.

License

This package is licensed under The MIT License (MIT).