Julius Plenz – Blog

tmux line continuation patch

Yay! My patch to tmux was accepted yesterday. With it, tmux now supports \ as a line continuation character. Thus, you can put statements like this in your config:

bind P run-shell \
  "tmux set-b $(tmux sa - | curl -F 'sprunge=<-' http://sprunge.us) && \
  tmux display-message 'sprunge: upload sucessful!'"

posted 2011-08-25 tagged tmux