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.
2 parents ab428e7 + ebcd696 commit de290b3Copy full SHA for de290b3
open.tmux
@@ -43,7 +43,7 @@ search_command_generator() {
43
local command_string="$1"
44
local engine="$2"
45
46
- echo "xargs -I {} tmux run-shell -b 'cd #{pane_current_path}; $command_string $engine\"{}\" > /dev/null'"
+ echo "sed 's/\ /+/g' | xargs -I {} tmux run-shell -b 'cd #{pane_current_path}; $command_string $engine\"{}\" > /dev/null'"
47
}
48
49
generate_open_command() {
0 commit comments