diff --git a/.tmux.conf b/.tmux.conf index 3f51bb4..c1ca84c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -623,8 +623,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # } # # _copy() { -# exec 2> /tmp/log.txt -# set -x # tty="$SSH_TTY" # tty=${tty:-$1} # tty=${tty:-$(tmux display -p '#{pane_tty}')} @@ -647,7 +645,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # fi # # printf '\033Ptmux;\033\033]52;c;%s\a\033\\' "$(printf %s "$buffer" | head -c 74994 | base64)" > "$tty" -# set +x # } # # _apply_overrides() {