0
votes
0answers
71 views

How to save tmux session to tmuxinator project?

I'm a tmux user and a fan of tmuxinator because it lets me get back to a baseline tmux session setup with ease. However, I find that my setup changes on a regular basis, and editing my tmuxinator ...
1
vote
1answer
110 views

tmux session name in terminal window

I often run two tmux sessions in separate Terminal.app tabs. I used named sessions through tmuxinator. I would like a way to show that session name as the title of the tab, so I can identify which ...
0
votes
0answers
60 views

Tmuxinator, RVM command not found

I'm using tmuxinator and rvm, but have encountered a strange issue: ~|⇒ rvm -v rvm 1.19.0 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> ...
0
votes
2answers
97 views

How to use multiple rvm gemsets in single tmuxinator session

I have a tmuxinator session set up where one tab (editor) is using a project with it's own rvm gemset (and .rvmrc) and another tab (rails) is using a separate rvm gemset (and .rvmrc) project_root: . ...
0
votes
0answers
183 views

Multiple tabs with tmux / tmuxinator and iTerm2

I would like to open all my useful stuff like here in iTerm2: Not like this: I'm using tmuxinator I've defined some tabs. I wonder if it's possible to get the former behaviour at all.
3
votes
1answer
259 views

Tmux crash when I press ESC in insert mode, how to fix that?

I use tmux 1.7 and iTerm2. When i run Vim and go to Insert mode and then press Esc key my tmux session crashes with following message: [lost server] % This have to be problem with tmux, because ...
13
votes
1answer
3k views

Specify pane percentage in tmuxinator project

How can I specify a pane percentage in tmuxinator ? Eg: project_name: ad_dev project_root: ~/Programming/WWW/Rails/projects/ApparelDreamDev rvm: ruby-1.9.2-p290@apparel_dev pre: SQL tabs: - ...