reworked pane / tty introspection (4), fixes #535

fixed _split_window_ssh()
pull/569/head
Gregory Pakosz 2 years ago
parent 618fd66b6f
commit 0fe760fa6d
  1. 2
      .tmux.conf

@ -684,7 +684,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# _split_window_ssh() {
# pane_pid=${1:-$(tmux display -p '#{pane_pid}')}
# pane_tty=${2:-$(tmux display -p '#{b:pane_tty}')}
# shift
# shift 2
#
# pane_info=$(_pane_info "$pane_pid" "$pane_tty")
# command=${pane_info#*:}

Loading…
Cancel
Save