0
votes
1answer
65 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
47 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> ...
1
vote
1answer
129 views

(tmux+vim) vim didn't clear it's screen after exiting in tmux

In the tmux shell, after exiting vim, the vim screen is not cleared. I'm using zsh. It works fine without using tmux. The same problem is also happen with screen. I'm using vim 7.3.672, tmux 1.7, all ...
0
votes
1answer
85 views

tmux does not retain $PATH

I am using chruby to manage changing my rubies. I also use tmux. When I change to a different Ruby, chruby updates the PATH environment variable to include the path to the Ruby I want. When I start ...
0
votes
1answer
41 views

Tmux: pane title (#T) is reported as “fg” rather than something more informative

Is there a way to get Tmux to show a more informative pane name? If in a particular pane I have suspended a process and come back to it (with Zsh that's invoking it with either fg or something like ...
0
votes
0answers
65 views

tmux highlight current pane and mouse not responding

I have tmux 1.7 on MacOSX and I need a way to highlight the current pane. I found this http://superuser.com/questions/547883/tmux-current-pane-border-not-obvious and tried everything that says there ...
2
votes
2answers
117 views

Wrong coloring w/ Powerline in Terminal.app

I setup tmux powerline, and installed all the corresponding fonts. The problem I am running into now is colors not appearing the same when acting as a background in the hardline. I made sure to ...
2
votes
1answer
171 views

tmux-powerline is displaying on multiple lines

I posted an issue found at on the github link below, but in short, I can't get zsh to work properly. I'm open to suggestions. https://github.com/erikw/tmux-powerline/issues/125
1
vote
1answer
399 views

How to prevent Tmux from filling up the global PATH variable with duplicated paths?

I'm using Mac OS X, iTerm2, zsh and Tmux via Homebrew. When I start a Terminal session in iTerm2, the global PATH variable looks still fine. But when I open up a Tmux session the PATH variable is ...
1
vote
1answer
183 views

Share history between panes/windows

Is there a way to share the shell command history between panes/windows in a tmux session?
1
vote
0answers
224 views

How to set iterm2 tab title to that of a running tmux session name?

i know tmux display-message -p '#S' will display the current tmux session name, but i donno how to set the current tmux session name to the iterm2 tab title? This would really help me to distinguish ...
1
vote
1answer
559 views

weird space before prompt using tmux on Mac OS Lion

it just happened on my Lion system, I am using zsh with tmux normal in the zsh shell double space in tmux screen am I missing some config in zsh or tmux?
4
votes
2answers
640 views

tmux man-page search highlighting

When I search in, for example, man ls while in a tmux session, the search strings don't appear highlighted - the page jumps down so that the search string is on the top line of the buffer, as ...
1
vote
1answer
790 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 ...
0
votes
1answer
312 views

tmux — disable echo of last run command?

I started using tmux recently and things are good except for the fact that tmux prints out my last run command before output, e.g.: ~ $ pwd pwd/Users/me You can see that it put "pwd" before the ...
5
votes
2answers
1k views

tmux not re-attaching

I recently switched from using screen to tmux (obtained through macports), as I like the feature set more. However, I can't seem to get tmux to reattach from an alternate location, like I can screen. ...
0
votes
1answer
628 views

What happens between sourcing ~/.zsh/env and sourcing ~/.zshrc?

I'm switching from gnu screen to tmux, and I'm observing a weird behaviour where my shell hangs when I create a new window in tmux. I can kill the hang and get to my shell if I hit CTRL-C, but I want ...