Skip to content

Commit de290b3

Browse files
authored
Merge pull request #52 from martinblascop/patch-1
Allowing to search phrases
2 parents ab428e7 + ebcd696 commit de290b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open.tmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ search_command_generator() {
4343
local command_string="$1"
4444
local engine="$2"
4545

46-
echo "xargs -I {} tmux run-shell -b 'cd #{pane_current_path}; $command_string $engine\"{}\" > /dev/null'"
46+
echo "sed 's/\ /+/g' | xargs -I {} tmux run-shell -b 'cd #{pane_current_path}; $command_string $engine\"{}\" > /dev/null'"
4747
}
4848

4949
generate_open_command() {

0 commit comments

Comments
 (0)