tmux is a terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.

learn more… | top users | synonyms

9
votes
0answers
3k views

Keep the window's name fixed in tmux [closed]

I'm new to tmux. I want to keep the windows' name fixed after I rename it. But after I renaming it, they keep changing when I execute the commands. Is there any way that I can keep them in a static ...
5
votes
1answer
671 views

How do I keep my rvm gemset while using tmux?

I have a .rvmrc file in my project directory (let's call it /GameScores). It will load a gemset named GameScores when I move into that directory. This part works fine. But while in /GameScores, as ...
1
vote
1answer
284 views

Is there a command that will tell me what screen/tmux session I'm in?

I use screen, but am willing to switch to tmux if it and only it has this functionality. I have a screen named "X", and also other screens with different names. I would like a script to execute ...
12
votes
6answers
8k views

How to set up tmux so that it starts up with specified windows opened?

How to set up tmux so that it starts up with specified windows opened?
15
votes
4answers
5k views

Terminal Multiplexer for Microsoft Windows - Installers for GNU Screen or tmux

I am looking for a terminal multiplexer for Microsoft Windows. I was unable to locate the installers for Microsoft Windows for both tmux and GNU Screen. Currently I'm using Putty to connect to my ...
10
votes
4answers
5k views

Bash scripts with tmux to launch a 4-paned window

Can anyone help explain what's going on with tmux, bash, and exec? I'm trying to set up a tmux session with a 4-pane window. Ideally, I want to run a command in 3 of the panes: e.g. a Ruby Thin server ...
0
votes
1answer
594 views

Tmux new-window doesn't show command output

I am scripting tmux version 1.4 and trying to open new windows as follows: tmux new-session -d tmux new-window ifconfig tmux list-windows 0: bash [80x23] [layout b85e,80x23,0,0] 1: ifconfig ...
1
vote
2answers
1k views

TMUX: how to make new window stay when start shell-command quits?

In tmux command mode, the following creates new window and opens vim inside: :new-window vim When you quit vim, the window is also closed. Is there a way to make it stay?
0
votes
2answers
279 views

Where is the source for /usr/bin/lock?

I have a Mac with snow leopard. I often work off the terminal using tmux (or GNU screen) When I walk away I remote ssh back to my computer. The thing is sometimes I have to step away from the computer ...
23
votes
2answers
5k views

How can you easily tell which pane in Tmux is focused?

I'm starting to use tmux (I'm thinking of switching from screen), but I'm having a hard time telling which pane is focused when I split a window into multiple panes. Is there a config customization or ...
1
vote
1answer
162 views

pasting a large amount of text into the clojure repl running in tmux results in errors and mixed up text

I'm having trouble pasting multiple function definitions into the clojure repl running in tmux. (the general case is pasting over a large amount of code) When I manually paste the following clojure ...
8
votes
2answers
1k views

Gnu screen in emacs shell mode: how to fix color escape codes

I would like to attach screen or tmux inside emacs, in shell mode. I often find myself running emacs with inferior processes inside screen on remote servers; it would be nice if I could shift the ...
1
vote
2answers
1k views

Why does tmux erase terminal contents on editor exit?

Say I'm running tmux and use "ls" to get something on the screen. Then I enter Vim to edit some file. After exiting Vim, tmux erases whatever text is above the bash prompt (not like the clear command ...
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 ...
6
votes
1answer
2k views

tmux up-pane/down-pane missing

I'd like to rebind the action of changing the active pane in tmux. In version 1.1, I did it like this: bind-key -n C-] up-pane bind-key -n C-[ down-pane I've upgraded to to version 1.3 recently, ...
38
votes
5answers
13k views

Create session if none exists [closed]

I'm switching from using gnu-screen to tmux, and I'm still trying to wrap my head around changes. One thing I'd like to be able to do is start tmux and have it automatically connect to a session if ...
23
votes
2answers
3k views

Move window between tmux clients

I'm just learning tmux and I have no experience with screen. I'm wondering if I can move a window in on tmux client to another tmux client. I basically just want to move my irc client to a new window ...
9
votes
2answers
4k views

How to share clipboard between tmux/vim and osx

I found solution for iterm+vim here -> http://stackoverflow.com/questions/677986/vim-copy-selection-to-os-x-clipboard Now i use fakeclip, and it work in vim directly, but not when i use tmux to split ...

1 2 3 4 5