do not create a subshell in urlview() and fpp()
This commit is contained in:
parent
de55dc6e6a
commit
d56bfa1c7d
1 changed files with 2 additions and 2 deletions
|
@ -521,12 +521,12 @@ run 'cut -c3- ~/.tmux.conf | sh -s apply_configuration'
|
|||
#
|
||||
# urlview() {
|
||||
# tmux capture-pane -J -S - -E - -b urlview-$1 -t $1
|
||||
# tmux split-window "(tmux show-buffer -b urlview-$1 | urlview || true); tmux delete-buffer -b urlview-$1"
|
||||
# tmux split-window "tmux show-buffer -b urlview-$1 | urlview || true; tmux delete-buffer -b urlview-$1"
|
||||
# }
|
||||
#
|
||||
# fpp() {
|
||||
# tmux capture-pane -J -S - -E - -b fpp-$1 -t $1
|
||||
# tmux split-window "(tmux show-buffer -b fpp-$1 | fpp || true); tmux delete-buffer -b fpp-$1"
|
||||
# tmux split-window "tmux show-buffer -b fpp-$1 | fpp || true; tmux delete-buffer -b fpp-$1"
|
||||
# }
|
||||
#
|
||||
# $@
|
||||
|
|
Loading…
Reference in a new issue