SearchPanelEnhanced
Replacement for default sublime "search in file" functionality
Details
Installs
- Total 4K
- Win 2K
- Mac 1K
- Linux 684
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 | 1 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 0 | 1 | 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 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime SearchPanelEnhanced plugin
Replacement for default sublime “search in file” functionality.
Demo
WARNING
This plugin replace sublime's default “search” to unobvious shortcuts-driven search. Please rtfm twice before using this plugin.
By default it maps search by “fuzzy” to keyboard. It can be really annoying for somebody who don't like fuzzy behaviour so I suggest to those people disable this plugin or make keyboard remap after installation.
Reason (:scream::scream::scream::scream: MULTICURSORS :scream::scream::scream::scream:)
Sublime's default search works great but at one day I noticed that I would like to change some behaviour of it. Things that annoyed me at most:
no multicursors support (big shame)
strange selection when I complete search (I need to always hit move by character left to insert text at left of word or move by word right to insert text at end of word; or both if I want to replace word)
After rewriting search panel and fixing those issues I've added some usefull stuff to search panel. Everything are described in “Commands” section of this readme.
Installation
This plugin is part of sublime-enhanced plugin set. You can install sublime-enhanced and this plugin will be installed automatically.
If you would like to install this package separately check “Installing packages separately” section of sublime-enhanced package.
Features
Search through file by text, word, regexp and fuzzy expresssion (oO)
Go to start or end of word when completing search; or select word or all words occurences
Change search modes with keyboard shortcuts (only)
Find under cursor (it also differs a bit from sublime's default find_under)
Select and delete to found functionality
Usage
Hit keyboard shortcut to avoke search panel, enter desired text and hit “enter” to go to found.
Commands
Description | Keyboard shortcuts | Command palette |
---|---|---|
Display fuzzy panel | ctrl+f | SearchPanelEnhanced: Display fuzzy |
Display fuzzy backward panel | ctrl+shift+f | SearchPanelEnhanced: Display fuzzy backward |
Display normal panel | ctrl+alt+f | SearchPanelEnhanced: Display normal |
Display normal backward panel | ctrl+alt+shift+f | SearchPanelEnhanced: Display normal backward |
Goto next result | alt+f | SearchPanelEnhanced: Goto next result |
Goto previous result | alt+shift+f | SearchPanelEnhanced: Goto previous result |
Find under | alt+e | SearchPanelEnhanced: Find under |
Find under backward | alt+shift+e | SearchPanelEnhanced: Find under backward |
Go to end of found | ctrl+enter | |
Select found | shift+enter | |
Select all found | ctrl+shift+enter | |
Toggle regexp | alt+q | |
Toggle word | alt+w | |
Toggle fuzzy | alt+e | |
Toggle case sensetive | alt+s | |
Show previous search | alt+i | |
Show next search | alt+k | |
Select to found | ctrl+s | |
Delete to found | ctrl+d |