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 388
  • Win 206
  • Mac 124
  • Linux 58
Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8 Jan 7 Jan 6 Jan 5 Jan 4 Jan 3 Jan 2 Jan 1 Dec 31 Dec 30 Dec 29 Dec 28 Dec 27 Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8
Windows 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
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 1 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 1 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).