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 385
  • Win 205
  • Mac 123
  • Linux 57
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 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 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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).