Tagged Questions
0
votes
1answer
61 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
168 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
1answer
104 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
0answers
94 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
2answers
615 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 ...
0
votes
3answers
790 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, ...
0
votes
0answers
80 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.
3
votes
1answer
932 views
vim scrolling slow on tmux over ssh
I have recently been trying out tmux on my server as a replacement for byobu (screen). When I started editing some code on vim, I found it very laggy when I held on to j and k to scroll up and down.
...
5
votes
3answers
2k views
Why am I getting a “failed to connect to server” message from tmux when I try to list sessions?
Here's what's happening to me: I start tmux sessions using tmux -L name1, tmux -L name2; then I detatch them using ctrl+B+d. Then I try to get a list of the currently running sessions on my computer. ...
0
votes
1answer
395 views
beep remote tmux when job is done
im a linux fan.
A few days ago i found tmux very useful.
Now im using it all day.
I run tmux on a remote shell and working there. On my local pc only one terminal working.
And i found interesting ...
9
votes
3answers
4k views
How to terminate window in tmux?
Really stupid question... Searched in keybindings and over Internet, but haven't found: how to terminate window in tmux? Like Ctrl+a k in screen?