You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge all picker to one, and can switch kind on searching
Supperted kind
1: * mean include all kind, it is default
2: flags mean git status flags
3: path mean file path
4: text mean file content
5: symbol mean symbol on syntax
6: change mean changed file
7: buffer mean opend buffer
...
For specially formatted text, the search box can provide special capabilities
%kind: xxxx | path_filter |!path_filter
xxx is searching text %kind: :switch between different search types
** | ** : to further filter files , there can be multiple, use glob syntax, the prefix ! mean reverse filter
Thinking:
I've pretty much used helix as my main editor.
In the process of using it, I often use the fuzzy search tool, but often the wrong search tool is opened,And once I switch to a different Picker, the tool I've already entered will be lost and I'll have to type it once, which is a very inefficient operation, When I need to find something, I don't have to think about what type of content I'm searching for.
If they can be grouped together, it can greatly improve operational efficiency, and the added benefit is that shortcuts can be saved, eliminating the need to set up separate shortcuts for each Picker( shortcuts are very rare for the text base editor, The freed up shortcut keys can be used for other functions).
A little bit of a very mature idea, I don't know if it can be realized
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Merge all picker to one, and can switch kind on searching
Supperted kind
1: * mean include all kind, it is default
2: flags mean git status flags
3: path mean file path
4: text mean file content
5: symbol mean symbol on syntax
6: change mean changed file
7: buffer mean opend buffer
...
the layout like this:
For specially formatted text, the search box can provide special capabilities
xxx is searching text
%kind: :switch between different search types
** | ** : to further filter files , there can be multiple, use glob syntax, the prefix
!
mean reverse filterThinking:
I've pretty much used helix as my main editor.
In the process of using it, I often use the fuzzy search tool, but often the wrong search tool is opened,And once I switch to a different Picker, the tool I've already entered will be lost and I'll have to type it once, which is a very inefficient operation, When I need to find something, I don't have to think about what type of content I'm searching for.
If they can be grouped together, it can greatly improve operational efficiency, and the added benefit is that shortcuts can be saved, eliminating the need to set up separate shortcuts for each Picker( shortcuts are very rare for the text base editor, The freed up shortcut keys can be used for other functions).
A little bit of a very mature idea, I don't know if it can be realized
Beta Was this translation helpful? Give feedback.
All reactions