We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2e2bd commit 1909ee5Copy full SHA for 1909ee5
open.tmux
@@ -64,7 +64,7 @@ generate_open_search_command() {
64
elif is_osx; then
65
search_command_generator "open" "$engine"
66
elif is_cygwin; then
67
- command_generator "cygstart"
+ search_command_generator "cygstart" "$engine"
68
elif command_exists "xdg-open"; then
69
search_command_generator "xdg-open" "$engine"
70
else
0 commit comments