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 f99d318 + 525bf49 commit ec268deCopy full SHA for ec268de
open.tmux
@@ -36,14 +36,14 @@ get_editor_from_the_env_var() {
36
37
command_generator() {
38
local command_string="$1"
39
- echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string \"{}\" > /dev/null'"
+ echo "xargs -I {} tmux run-shell -b 'cd #{pane_current_path}; $command_string \"{}\" > /dev/null'"
40
}
41
42
search_command_generator() {
43
44
local engine="$2"
45
46
- echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string $engine\"{}\" > /dev/null'"
+ echo "xargs -I {} tmux run-shell -b 'cd #{pane_current_path}; $command_string $engine\"{}\" > /dev/null'"
47
48
49
generate_open_command() {
0 commit comments