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 5f15622 commit b386ab6Copy full SHA for b386ab6
open.tmux
@@ -32,7 +32,7 @@ get_editor_from_the_env_var() {
32
33
command_generator() {
34
local command_string="$1"
35
- echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string {}'"
+ echo "xargs -I {} tmux run-shell 'cd #{pane_current_path}; $command_string {} > /dev/null'"
36
}
37
38
generate_open_command() {
0 commit comments