removed trailing 'set -x' / 'set +x' debug code
This commit is contained in:
parent
08f442bd0a
commit
e1c968d020
1 changed files with 0 additions and 2 deletions
|
@ -648,9 +648,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# else
|
||||
# right=$(printf '%s' "$line" | cut -c"$column"- | awk -F'\"' 'BEGIN { OFS = FS } { for (i = 1; i <= NF; i+=2) { gsub(/#{.+}/, "\"&\"", $i) } print }' | sed -E -e 's/\\"/"/g' -e 's/run-shell "cut -c3- ~\/\.tmux\.conf \| sh -s _split_window #\{pane_tty\}([^;]+)"/split-window\1/g' -e 's/#\{.+\}/\"&\"/g')
|
||||
# fi
|
||||
# set -x
|
||||
# eval "tmux $left $right" 2>/dev/null || true
|
||||
# set +x
|
||||
# done << EOF
|
||||
# $(tmux list-keys 2>/dev/null | grep -e 'split\(-\|_\)window')
|
||||
# EOF
|
||||
|
|
Loading…
Reference in a new issue