2
votes
1answer
217 views

Start tmux with cmus opend through bash script

I want to open a new tmux session and window with cmus in it or, if alredy running, attach to it. At Ubuntuusers I found this Script that should do it. 1. #!/bin/bash 2. SESSION=main 3. tmux="tmux -2 ...
1
vote
1answer
798 views

tmux run command - “returned 126”, what does that mean?

In my .tmux.conf I have this line: bind r run "~/bin/tmux_renum" But it doesn't work (it's supposed to renumber the tab windows - see http://brainscraps.wikia.com/wiki/Renumbering_tmux_Windows). It ...