Skip to content

Instantly share code, notes, and snippets.

@igormorgado
Forked from petrhosek/tmux.conf
Created July 1, 2017 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igormorgado/ffbe344696e183dbcca2b6755aa9e566 to your computer and use it in GitHub Desktop.
Save igormorgado/ffbe344696e183dbcca2b6755aa9e566 to your computer and use it in GitHub Desktop.
Irssi Tmux integration
new-window -n irssi irssi
split-window -h -p15 -t0 ‘/bin/cat ~/.irssi/nicklistfifo’
send-keys -t1 "tmux send-keys -t0 \"irssi\" C-m; \
tmux send-keys -t0 \"/set nicklist_height \$(stty size | cut -f1 -d' ' -)\" C-m; \
tmux send-keys -t0 \"/set nicklist_width \$(stty size | cut -f2 -d' ' -)\" C-m; \
tmux send-keys -t0 \"/nicklist fifo\" C-m; \
cat ~/.irssi/nicklistfifo" C-m
select-pane -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment