Search in Google via Editor context menu #22050
AlexJuca
started this conversation in
Show and tell
Replies: 1 comment
-
You can achieve a decent enough alternative as a zed task. I use this: {
"label": "kagi: ${ZED_SELECTED_TEXT}",
"command": "open",
"args": ["https://kagi.com/search?q=${ZED_SELECTED_TEXT}"],
"reveal": "never",
"hide": "on_success",
"show_summary": false,
"show_command": false,
"use_new_terminal": false,
"shell": {
"program": "sh"
}
} You can replace kagi with google and it works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, it would be nice to have a Search with Google option in the context menu, similar to what exists in IntelliJ IDEA and CLion.
This is how it would look like:
--
I have created a PR to add this to Zed here:
#22047
Beta Was this translation helpful? Give feedback.
All reactions