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
1answer
125 views

In tmux, how do I bind the <End> and <Home> keys to other functions?

For example, I want to bind the <End> key to be the prefix key in tmux. This question partially answers my question: How would I go about binding the HOME key as a tmux prefix? I'm using bash ...
1
vote
1answer
144 views

Ctrl-C in tmux closing window pane but not exiting tail -F

I have the following script to start and setup tmux based on my dev environment: #!/bin/bash ENV="Test" TMUX_SESSION="${ENV}LogMonSes" TMUX_WINDOW="${ENV}LogMonWin" tmux new-session -d -n ...
4
votes
2answers
292 views

tmux tabs with name of file open in vim

I'm new to tmux and am trying to figure out how to edit the configuration so that windows with vim open show up in the taskbar not as #:vim but as whatever the name of the file open in vim is (ie ...
0
votes
0answers
66 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
84 views

tmux display applications from remote server [closed]

when I log into a remote server via: ssh -Xl peter hostname.com I can display applications such as "xmgrace". Recently, I started with TMUX and I found that when I attach a remote session (running ...
0
votes
1answer
97 views

Test unit results in color using console but not tmux unless --use-color is specified

If I create a new Rails (3.2.12) app. Add the test-unit gem to my development, test group, and then scaffolded resource. When I run the tests from the Mac console.app, I get color output. bundle exec ...
2
votes
1answer
122 views

How to stop making tmux auto setting RBENV_VERSION

tmux is auto setting RBENV_VERSION when I start tmux... Anyone know how to stop it? Because it auto sets it, I need to do $ export RBENV_VERSION to unset it and make .ruby-version work. Thx.
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 ...
0
votes
1answer
91 views

How do i clear tmux screen while tailing logs?

I'm using tmux with iTerm2. Clear screen using Ctrl-L works when i'm in bash, but does not work when i'm tailing server logs. How do i fix this?
1
vote
3answers
140 views

running tmux automatically when xterm is launched: what is the most elegant/correct solution?

I am trying to setup my workstation in such a way that tmux is run for each terminal (xterm, gnome-terminal, ...) that is launched. I was thinking to add tmux to the .bashrc; problem is that if I ...
1
vote
1answer
90 views

Can I start tmux as a child of gnome-session?

I'm running Ubuntu and use gnome-terminal and would like to run tmux in such a way that it can use all of the gnome-session environment in the same way opening a new terminal window would. E.g. using ...
2
votes
0answers
131 views

tmux not working with 'send-prefix' for inner session [closed]

I am using tmux and I am setting some settings to handle nested sessions. I like to have a local tmux session, as well as a tmux session on servers I SSH into. To do that, I added bind-key -n C-\ ...
0
votes
2answers
508 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 ...
0
votes
1answer
243 views

how to show current command in tmux pane title

I would like to update the tmux pane-title with the current executing command or, if no command, the name of the current shell. What I've come up with so far is this, in bashrc: case ${TERM} in ...
0
votes
1answer
160 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 ...
4
votes
1answer
117 views

Why does my node.js application occasionally hang when I don't have the terminal open?

I have a nodejs application that I run like this, over SSH: $ tmux $ node server.js This starts my node application in a tmux session. Obviously, I don't have the SSH session open all the time. ...
2
votes
0answers
514 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 ...
0
votes
0answers
63 views

Indicate mode in GNOME Terminal vim [duplicate]

Possible Duplicate: How to change VIM cursor shape while in different modes in Gnome Terminal I tried making GNOME Terminal vim mimic GVim's default behavior of using a white block for ...
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
173 views

Set column size for Tmux run-shell command

I would like set the size of the shell used in the Tmux run-shell command to be the same number of columns as the currently displayed window. Using the following command bind \ run-shell "tput cols" ...
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 ...
2
votes
1answer
451 views

Cutting and pasting from vim and tmux

Is cutting and pasting from a vim session started from tmux completely broke? If I want to cut from a github web into my vim session or vice versa, it rarely works or if it does, it is completely ...
1
vote
2answers
313 views

GUI for Tmux and Vim?

Just wondering, is there a general GUI available? Like MacVim is to Vim for the Mac, is there a GUI Terminal where everything looks nice on it, especially Tmux? I'm wondering if there's a GUI that ...
3
votes
1answer
134 views

Rails freezes when searching through tmux output buffer

I'm running Rails 3.2.6 in development mode using tmux. When I scroll through the output buffer of the Rails server (run using rails s) using tmux, the server freezes and doesn't process any requests. ...
0
votes
1answer
98 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
0answers
168 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.
2
votes
1answer
217 views

Start tmux with cmus opend through bash script

I want to open a new tmux session and window with cmus in it or, if alredy running, attach to it. At Ubuntuusers I found this Script that should do it. 1. #!/bin/bash 2. SESSION=main 3. tmux="tmux -2 ...
0
votes
2answers
567 views

Can only connect to local tmux session through over ssh

So, I have tmux session running on my local machine, but I can only connect to it (or see information about it) if I ssh back to myself first: % tmux ls failed to connect to server: Connection ...
6
votes
2answers
880 views

Split pane switching in tmux: switch once per command

I've been a happy tmux user for a while now but there's one behaviour that's bugging me. When I switch panes using ^b-arrow, and then immediately press arrow-up (to get a command from history, for ...
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. ...
4
votes
1answer
211 views

C-y doesn't yank in emacs under tmux

Update What's happening is that whenever I kill some text, it gets added to the kill-ring followed by an extra "". Then C-y just inserts the "". So the question is where is the extra "" coming from? ...
4
votes
1answer
150 views

mouse selection lost by status update in byobu/tmux

I'm on Mac 10.7.5 iTerm2, ssh'ing into an Ubuntu machine running byobu 5.12 with tmux 1.7. The problem is that if I try to select text from the terminal with a mouse, it's gets cleared every time the ...
1
vote
1answer
408 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
2answers
126 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. ...
0
votes
1answer
305 views

tmux - stealing Alt key from Midnight Commander, emacs

just starting to use tmux. I really like it so far -- a solid replacement for screen. The one single problem I have is that tmux steals the Alt (meta) key presses from a Midnight Commander running ...
1
vote
1answer
113 views

How to change the position of pane in Tmux

As described in title, I want to change the postion of a pane such as that I want to change pane 4 to pane 3 after pane 3 exits. Thanks a lot.
0
votes
1answer
218 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 ...
2
votes
1answer
346 views

tmux 1.7 move window

I just update to tmux 1.7 and in the man pages there is a new option for using movew: -r which says move-window [-rdk] [-s src-window] [-t dst-window] (alias: movew) ...
0
votes
3answers
707 views

Leaving tmux scrollback in terminal (iTerm2)

Usually tmux will only show as much output as however many rows my terminal currently displays. And then when I detach it, it clears all of its content. I know how to look at scrollback (ctrl+A, [, k, ...
2
votes
1answer
185 views

tmux Escape key exits server

I'm using tmux on a macOsX moutain lion (10.8) Whenever i'm in a terminal, pressing the Escape button results in the connection to the server being lost and tmux actually exiting. I experience the ...
1
vote
1answer
79 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 ...
1
vote
1answer
116 views

Removing display control codes from typescript / tmux output

I'm using the pipe-pane of tmux to record what I was doing, and I want to parse and take a account of the commands I typed etc. But when I got the xxx.log file, and opened it with vim, I found that ...
0
votes
2answers
271 views

tmux bind semicolon

Is there some way I can bind ; (\059) to a command in tmux? By default, it is bound to last-pane; however, I would like to rebind it to select-pane -R. I have tried putting the following in my ...
0
votes
0answers
196 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
1answer
238 views

tmux maximize/minimize pane bug — “Session not found: tmp”

description of what's happening: when minimizing a maximized pane, this message appears at bottom of terminal window: "Session not found: tmp" pane appears to return to same place as ...
0
votes
1answer
800 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 ...
1
vote
2answers
202 views

How to clear bell state from all tmux windows

I help maintain a large number of Unix-like servers, and so keep a script called tmux-rebuild that I use to rebuild all the tmux sessions and windows with SSH links to each server. I have tmux ...
0
votes
1answer
42 views

Allowing a vim mapping to forward command to enclosing application (e.g. tmux)

I have a mapping (say, ctrl-m) which, in some circumstances (e.g., multiple buffers open), I want vim to follow. In other instances, I want vim to ignore it. This can be encoded into a function ...
0
votes
2answers
430 views

Vertical tmux borders dashed only when using iTerm

At my new job I'll need to use a mac, and I'm trying to use tmux with iTerm version 2. While horizontal borders appear to be displayed with the proper ACS box-drawing characters[1], the vertical ...
1
vote
1answer
77 views

How do I tell which users are connected to a shared tmux socket?

I have created a shared socket for tmux to use. tmux -S /tmp/pair Then I have a 2nd user attach to the socket. tmux -S /tmp/pair attach How do I tell from the first session, the one that created ...