3
votes
1answer
117 views

How to tab completion when typing command in tmux?

Some commands (kill-session and kill-server) have the same prefix. When I type (prefix:kill-seTab), tmux won't give me any result. Is there a option to show wildmenu for auto-completion inside tmux? ...
0
votes
1answer
103 views

tmux copy mode freezes on a vagrant virtual machine session

I use vagrant for having my development environment on Mac OSX and I use ubuntu within virtual machine for doing the development. I use tmux for multiple session, it works great on Mac OS iterm, but ...
0
votes
1answer
629 views

Error trying to get tmux 1.6 installed - E: Unable to locate package libevent

$ pwd $ /home/durrantm/Downloads/tmux-1.6 durrantm.../tmux-1.6$ ./configure && make checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... ...
1
vote
2answers
525 views

Run a GUI in screen or tmux (or alternative)

I have an application that's gui only that constantly needs to run. The problem is that I can't install a full desktop just for this application (my OS is debian and ubuntu cli). So I was wondering ...
4
votes
1answer
679 views

tmux compilation error in andLinux (Ubuntu)

I'm running andLinux which is based on Ubuntu Jaunty. I'm trying to compile tmux 1.3 on that system and I get the following error message. I've already installed libevent-dev. server.o: In function ...
4
votes
4answers
2k views

Launching tmux using gnome-terminal

I'm a little confuse regarding how one launches tmux. When I launch my terminal (current gnome-terminal), I would like to have tmux up and running. I'm currently doing this by calling "tmux" in my ...
12
votes
4answers
3k views

tmux disregarding the configuration file

I just installed tmux on Ubuntu 10.04 and tried to remap the prefix key to C-a by creating the file ~/.tmux.conf with these lines: set-option -g prefix C-a unbind-key C-b When starting tmux, both ...