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 370
  • Win 200
  • Mac 116
  • Linux 54
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 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
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 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 2 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 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

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).