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 94cb758 commit c62c014Copy full SHA for c62c014
open.tmux
@@ -41,7 +41,7 @@ command_generator() {
41
42
search_command_generator() {
43
local command_string="$1"
44
- echo "xargs -I {} tmux run-shell 'cd ~/Development/Tmux/tmux-open; $command_string https://www.google.com.br/search?q=\"{}\" > /dev/null'"
+ echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string https://www.google.com/search?q=\"{}\" > /dev/null'"
45
}
46
47
generate_open_command() {
0 commit comments