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

0
votes
0answers
10 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
votes
0answers
8 views

swap-windows tmux in list

I have a bunch of tmux panes open and I would like to sort some of them from the list that I can bring up with Ctrl-b ". In gnu-screen, I can move specific items up and down with the comma and ...
2
votes
0answers
47 views

Wrong ruby executable path in Tmux session

I've installed ruby 2.0 by using rvm. I am new to tmux. I am using zsh in the .tmux.conf with this config set-option -g default-shell /bin/zsh set-option -g default-command "/bin/zsh -i" also ...
1
vote
2answers
33 views

Displaying terminal output in columns for efficiently viewing more output

Suppose I have large amounts of log output or something that I want to keep tabs on, to be able to view simultaneously as much output as possible. I have lots of screen real-estate, and to make ...
0
votes
1answer
39 views

Sending Ctrl-Right to Vim inside Tmux

I'm using Vim that's running inside a tmux session. Within Vim, I have Ctrl-Right bound to :tabnext: map <C-right> :tabnext<CR> "next tab I want to be able to invoke this binding ...
0
votes
1answer
42 views

Tmux: How to configure tmux to display the current working directory of a pane on the status bar?

I am new to tmux and I am trying to edit my tmux.conf file to have the left side of the status bar reflect: [SessionName] [CurrentPane] [CurrentWorkingDirectory] I am able to display the SessionName ...
1
vote
0answers
22 views

Check if Vim has more than one window open [migrated]

I'd like to overload my tmux binding which cycles through panes to also cycle through Vim windows if the current pane happens to be running Vim. I can detect the presence of Vim by checking the pane ...
0
votes
0answers
8 views

Why do I have to re-set $SSH_AUTH_SOCK in tmux when I re-attach? [migrated]

I mainly work on a mac and ssh/tmux attach to a Linux machine to do my work. I have ssh-agent running on the Linux machine. I have set -g update-environment "SSH_AUTH_SOCK SSH_ASKPASS WINDOWID ...
0
votes
1answer
39 views

How can I force `vagrant ssh` to do pseudo-tty allocation?

The first thing I do after vagrant ssh is usually attaching to a tmux session. I want to automate this, so I try: vagrant ssh -c "tmux attach", but it fails and says "not a terminal". After some ...
1
vote
1answer
18 views

Running a command for every new window in tmux

I wrote this thing and I'd like to source a Python virtualenv activate script whenever a new window is created in a running session. Is it possible? The default-command option is related to the ...
-1
votes
0answers
32 views

Tmux copy mode mouse selection behavior is strange [closed]

In TMUX (all versions I have tested: 1.5, 1.6, 1.7, 1.8), when the mouse is used to select a buffer from a pane in Copy Mode, I notice that it causes the terminal's cursor position to flicker across ...
0
votes
0answers
13 views

OS X + tmux + vim + solarize + colors [migrated]

I want to use tmux with console vim having solarized colors on OS X, but the colors are broken inside tmux. There are quite some questions/answers and blog posts about that topic, but solutions ...
0
votes
1answer
65 views

Create new tmux session from inside a tmux session

I'm writing a shell script that creates / attaches or switches to a given session, depending on whether one is inside tmux and the session exists. I've got everything working great except for the ...
0
votes
0answers
10 views

tmux connect to conf file while another session exists

I have a config file for a virtualbox instance that I am trying to attach to. If I do not have any tmux sessions running the the command tmux -f ngs.conf attach works. However I already have a tmux ...
0
votes
0answers
180 views

Vim goes whack with tmux

NERDTree goes whack in tmux session as in the picture. The same problem exists when windows are split. But now i am using powerline This time the Vim status goes whack(in the picture see the middle ...
0
votes
0answers
31 views

why tmux panel switch is vim-like?how to change

I begin to use tmux ,and it's great ,but when I split a window,the default hjkl is vim-like pane switch,so why? how to input hjkl? here is my config unbind C-b set -g prefix C-q set -g ...
0
votes
1answer
18 views

How to send a command to all panes in tmux?

I like to call :clear-history on panes with a huge scrollback. However, I want to script a way to send this command to all the panes in the various windows. I know how to send a command to all the ...
0
votes
1answer
27 views

How to do tmux live streaming to a webapp?

Is there a way to live stream a tmux session to web application? Is there a proper preferred way of doing something like this to be shared with other developers online who don't have access to a ...
0
votes
1answer
44 views

Using tmux loses all my bash aliases, how can I get them to stay?

My .bashrc does if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi which includes runs my .bash_aliases and gives me a ton of aliases that I've defined. However if I try and use TMUX ...
0
votes
1answer
69 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 ...
1
vote
2answers
72 views

In tmux can I resize a pane to an absolute value

Is it possible to tell tmux to "resize a pane to 5 lines high"? I know I can do resize-pane -U 3 to move the dividing line, but sometimes when logging in with a different size monitor the size has ...
2
votes
1answer
43 views

Error messages when trying to run byobu in solaris

I was able to successfully perform './configure --prefix=/my/path;make;make install' on the byobu source code. I have also installed tmux-1.8. But when I try running byobu or byobu-tmux I ...
1
vote
0answers
35 views

How to stop a process when tmux session is detached

I often have several tmux sessions running at the same time, in most of these sessions I will have a local server running on a port. What I want is to be able to automatically kill this server when ...
0
votes
1answer
50 views

Some setting of Tmux doesnt work

On Mac Mountain lion, tmux installed via Homebrew. Some settings like the following doesn't work: setw -g pane-base-index 1 set -g mouse-resize-pane on set -g mouse-select-pane on set -g ...
0
votes
0answers
49 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
0answers
28 views

tmux start new pane with my current environemnt

I am doing an Android build and it needs to source the build environment. If I create a new tmux pane, how can I carry over all my environment variables without sourcing the buildenv again?
0
votes
1answer
45 views

pager (less) — get current scroll position?

I am scripting the display of the output of a script (well, it is just the program git diff) with tmux: Once a filesystem change is detected the shell script executes tmux send-keys q enter C-l "git ...
1
vote
0answers
55 views

tmux: C-PageUp and C-PageDown seem not to work [closed]

The default VIM key sequence to navigate to the previous/next tab is C-PageUp and C-PageDown, respectively. It appears that these sequences do not work under either tmux 1.5 or 1.6, and I've tried ...
0
votes
1answer
122 views

wierd tmux vim through ssh [closed]

First I ssh into this server called thor, I set the bash prompt, before I start tmux it looks like following [1.9.3@lizhe] ~ → somecommand after I start tmux, it turns to this [1.9.3@lizhe] ~ → ...
0
votes
2answers
80 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
1answer
79 views

Is it possible to run two different versions of tmux simultaneously?

Tmux 1.8 crashes the iOS Prompt app. But I need 1.8 to get the iTerm2 integration. So I'm hoping I can somehow make my server be able to run two tmux servers. However it looks like the Tmux 1.6 ...
0
votes
1answer
43 views

TMUX: show display-panes while presenting a command-prompt?

Does tmux allow us to do this? What i'm trying to configure is a command-line where you are to enter a pane that you intend to move somewhere, and what's quite unfortunate is that once you hit any ...
0
votes
0answers
43 views

Bind tmux key to kill and restore a window

I have the following "project" tmux configuration: #!/bin/bash export WORKDIR=$(readlink -f "$(dirname "$(readlink -f "$0")")/..") PROJECT=$(basename $WORKDIR) OLD_TMUX=${TMUX} unset TMUX cd $WORKDIR ...
0
votes
0answers
61 views

How to configure window titles in tmux? [closed]

How can I configure window titles in "show windows" dialog? See: http://i.imgur.com/9PpplK5.png Example, I want ti to be like: 1 ~/apps/test run.sh (window number, current dir, running process). I ...
1
vote
1answer
261 views

BASH function with tmux send-keys

I'm having problems putting "send-keys" into a bash function. Here's a minimal example: function keys { tmux send-keys -t work:1 $* } tmux new-session -d -s work keys "pwd" c-m "ls -latr" c-m tmux ...
0
votes
1answer
80 views

tmux flow control

I'm ssh'ing into a machine running Ubuntu 12.04, and using tmux 1.6, on an ADSL link (8Mbps/1Mbps down/up). When there's lots of fast terminal output, the link gets saturated and completely ...
0
votes
1answer
155 views

tmux-powerline status bar works in terminal not in iterm2

Using the same theme, .tmux-powerlinerc, and .tmux.conf, my tmux-powerline status line works in Apple Terminal, but not in iTerm2. In iTerm2 it doesn't show the left status. After I first installed ...
1
vote
1answer
131 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 ...
1
vote
1answer
384 views

Bind Ctrl+Tab and Ctrl+Shift+Tab in tmux

I'm trying to a get a ctrl+tab and ctrl+shift+tab binding to work inside of a tmux session (I'm also using PuTTY). I already went through the pains of having to recompile PuTTY so it would send ctrl ...
8
votes
2answers
191 views

How to mouse-wheel scroll downwards with tmux

I've got tmux to scroll up, with the mouse wheel, using mouse-mode on in tmux.conf (here's my entire conf). But I've always had a problem scrolling back down again. Once the cursor hits the bottom of ...
3
votes
1answer
185 views

Mapping arrow keys when running tmux

These key mappings stop working in tmux. In my .vimrc, I have: nmap <Space> i map <C-Down> <C-w>j map <C-Up> <C-w>k map <C-Left> <C-w>h map <C-Right> ...
0
votes
1answer
90 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 ...
2
votes
0answers
99 views

Tmux: Switch the split style of two adjacent panes

I realize that reshaping pane layout in general is not trivial describe, but I'm interested in at least being able to swap the layout of two adjacent panes. Suppose I've got these panes laid out ...
1
vote
0answers
158 views

how to fix scroll bug in tmux?

I know it's sound scary but it's probably not related only to cygwin. As you know cygwin uses xterm, and i ssh'ed to another machine where I've launched tmux. On one machine I've got mouse enabled for ...
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 ...
2
votes
2answers
684 views

Vim: Difference between t_Co=256 and term=xterm-256color in conjunction with TMUX

I am testing the various different terminals that I tend to use to SSH into Linux boxes that I have Tmux set up on. Basically I noticed this behavior, and I am hoping that somebody could offer an ...
0
votes
0answers
62 views

tmux: how to highlight status bar when the command character is pressed

Along the lines of my previous question[1]: Is it possible to highlight or otherwise indicate in the tmux status line when the prefix key is pressed? This would help with nested tmux sessions. ...
0
votes
1answer
233 views

Solarized color scheme and palette distorts for ssh'd users in iTerm2

My setup includes vim, iTerm2, tmux, and the solarized dark color scheme. I have the dark solarized color palette loaded into iTerm2 (modifies the ansi colors) and do not use the degraded solarized ...
1
vote
2answers
206 views

simple tmux bash script not working

I want tmux to open a new window and then cd into a directory, but it doesn't work. It just opens tmux in the directory my script was run from (ie. it doesn't execute the cd command). Can someone ...
1
vote
0answers
71 views

How to launch tmux and automatically run commands [closed]

I'm trying to launch tmux so that it automatically creates 8 panes and runs a different command in each one. I've tried creating a ~/.tmux.conf file but there are a few problems. First, the file ...

1 2 3 4 5