Skip to content

Instantly share code, notes, and snippets.

@aborilov
Created August 25, 2015 12:28
Show Gist options
  • Select an option

  • Save aborilov/02843370bb1d3c1cdb72 to your computer and use it in GitHub Desktop.

Select an option

Save aborilov/02843370bb1d3c1cdb72 to your computer and use it in GitHub Desktop.
tmux session select
sh -c "tmux ls -f '#{session_name}' | dmenu -l 7 | xargs -i{} urxvtcd -e sh -c 'tmux attach -t {} || tmux new -s {}'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment