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 1909ee5 commit 82890bfCopy full SHA for 82890bf
open.tmux
@@ -30,7 +30,7 @@ is_cygwin() {
30
31
command_generator() {
32
local command_string="$1"
33
- echo "xargs -I {} tmux run-shell -b 'cd #{pane_current_path}; $command_string \"{}\" > /dev/null'"
+ echo "{ cd \"\$(tmux display-message -p '#{pane_current_path}')\" && xargs -I {} $command_string \"{}\" >/dev/null; }"
34
}
35
36
search_command_generator() {
0 commit comments