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

1
vote
2answers
23 views

Displaying a vertically wrapped buffer for efficiently viewing more output in the terminal

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 ...
1
vote
2answers
124 views

How to send yank register to external command

I would like to make a style command/macro to paste my current unnamed yank register (or a specific one if I must) to an external command. My current use case is to send the lines to the clipboard. ...
1
vote
2answers
488 views

How to convert this screen session config to a similar config in tmux?

Im attempting to switch from screen to tmux. One of my screenrc configs allows me to run vim (Im using NERD_tree + many vim splits) in most of the top horizontal portion of the screen, and keep a much ...
0
votes
2answers
483 views

How do you detach a remote screen session in byobu (tmux)?

I am currently in a byobu-tmux session and am ssh'ed into a screen session. How do I detach the remote screen session without detaching byobu-tmux session? Some things to note, I can't run ...
5
votes
1answer
218 views

keyboard IO broken after reattach to tmux/screen

After reattaching a screen or tmux session over ssh, I commonly encounter two issues: vim tab completion is broken. :e <Tab> produces :e ^I instead of suggesting files. Same for tags (:tj). ...
2
votes
1answer
41 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 ...
2
votes
1answer
170 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
2
votes
1answer
328 views

Get last bash command including pipes

I wrote a script that's retrieving the currently run command using $BASH_COMMAND. The script is basically doing some logic to figure out current command and file being opened for each tmux session. ...
1
vote
1answer
78 views

Can't plot in R from tmux

I'm able to plot() in R from a regular terminal, but I can't do so from a tmux pseudo-tty. png() works fine but I can't write to the monitor. UPDATE: Sorry, there's no error message. R merely fails ...
0
votes
1answer
26 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 ...
0
votes
1answer
30 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 ...
0
votes
1answer
15 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
25 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
64 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
1answer
46 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
1answer
43 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 ...
0
votes
1answer
39 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
1answer
83 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
1answer
222 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 ...
0
votes
1answer
156 views

tmux on OSX - lock server/session not working

I am on OSX Mountain Lion. I've configured tmux.conf to lock the screen, but the screen only flashes, no locking takes place. (fyi, when i used GNU-screen, the screen did lock). My system does not ...
0
votes
1answer
97 views

What's the difference between using a delayed_job and running rails console

I need to get a long running crawling task done on the server side, so I have tried to use a delayed_job for it, however, I've ran into problem while using the delayed_job with Capybara. So, I run the ...
0
votes
1answer
212 views

.tmux.conf: update status commands on panel focus

I have a line in my .tmux.conf which simply shows me the git branch I am on. set -g status-right ' #[bg=colour33] Branch #[(git branch)] ' When working in tmux, I regularly have ...
0
votes
1answer
798 views

Installing Tmux in MAC OSX 10.7.4

I have iTerm2. I know that tmux is a utility to allow you, divide the screen in many terminals. iTerm lets you do that. So why do I need tmux? Also something strange is going on. Under the Shell menu ...
0
votes
1answer
167 views

why my vim color changed when connect to the tmux terminal?

Environment: vim7.3 secureCRT 5.1 CentOS 5 Screenshot: http://www.pureonebio.com/tmux.png
0
votes
1answer
328 views

start a tmuxinator session on login

I'd like to start a tmuxinator session when I login (Gnome on Ubuntu Lucid). I've tried variations of the following but they all execute and close the terminal window. The following have been given ...
8
votes
0answers
630 views

Page Up in copy-mode in tmux

Using tmux 1.4, instead of using <prefix>PPage to switch to copy mode and be able to navigate in the previous pages, I'd like to be able to use PPage / NPage in a more "natural way": First ...
6
votes
0answers
394 views

can not scroll page by mouse after tmux split pane

In tmux, when I split to multiple panes(vertically or horizontally): 1. I can't use mouse wheel to scroll screen output page. 2. I can't select and copy texts using mouse. My problems do not exist if ...
2
votes
0answers
88 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 ...
2
votes
0answers
499 views

Tmux Scroll Up/Down Page using Ctrl-b and Ctrl-f

Once in scroll-mode, how do I use ctrl-b and ctrl-f to scroll up and down pages? These commands currently move back and forth between characters. .tmux.conf set -g default-terminal ...
1
vote
0answers
34 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 ...
1
vote
0answers
139 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 ...
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
0answers
126 views

I lost a tmux window by using move-window

I sent a window to a session that did not exist yet, hoping it would create a new session: move-window -t <newsessionname> Instead, the window just disappeared. No new session, nothing. Does ...
1
vote
0answers
211 views

screen/tmux alternative in java

I am getting frequently disconnected from my ssh session due to flaky internet connection, which results in loss of work. I am using Solaris 10 and screen/tmux is available from sunfreeware.com but, ...
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
164 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
27 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
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> ...
0
votes
0answers
25 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
0answers
41 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
60 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
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 ...
0
votes
0answers
59 views

tmux inside tmux: pass bells through

I am running a tmux session inside a tmux session. How do I allow bells generated by a pane in the inner tmux session to bubble up to the first tmux session so that I can see them while I'm in another ...
0
votes
0answers
167 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.
0
votes
0answers
56 views

Tmux equivalent of ctrl+k (copy current pos -> eol into buffer)

I have been using tmux for some time now and really like the internal copy buffer. I frequently find myself wanting to copy a command between panes but haven't really found an easy way of doing this. ...
0
votes
0answers
194 views

How to get the result of send-keys in tmux?

I am using tmux to run a server console. To check whether the console is answering, I would like to use send-keys to run a command on the console: tmux send-keys -t mysess:mywin "show info" Enter ...
0
votes
0answers
190 views

tmux synchronize some but not all panes

In tmux I have a 3 columns and 2 rows layout, the top row is ssh connection to all my server and the bottom is all the same servers running top. I am trying to sync the top row so if I enter a ...
0
votes
0answers
68 views

Send commands from another program

In my tmux session I have mc (midnight commander) open. When focused, I can't seem to be sending some of the commands. My prefix is C-a, and I have bindings for h and v keys - they both doesn't seem ...
0
votes
0answers
76 views

tmux sharing session - local configuration for each client

Is it possible to attach to remote tmux session via ssh but keep using my own tmux.conf with my keybindings, not the host one. So if host using ctrl-b I would like to use ctrl-a etc.