SearchPanelEnhanced
Replacement for default sublime "search in file" functionality
Details
Installs
- Total 4K
- Win 2K
- Mac 1K
- Linux 686
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 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 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 | 1 | 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
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 |