Tagged Questions
3
votes
1answer
846 views
emacs as a screen/tmux alternative - detach from terminal
It's well known that emacs can be used as a terminal emulator (while itself is running in a terminal emulator), thus making it a valid alternative to more traditional terminal-in-a-terminal ...
1
vote
1answer
137 views
run gnu-screen/tmux/byobu from client
I need to understand a fundamental concept about terminal multiplexers yet I can't seem to find the answer.
As I understand these programs need to be installed on server but not necessarily on ...
5
votes
1answer
336 views
Command history in mysql client only showing last line of multiline query
I'm using Mysql's command-line client in Screen/Tmux, from Bash in OSX's Terminal.app.
When using arrow-up to re-display a previously run query that spanned more than on line, AND when the cursor is ...
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 ...
1
vote
1answer
414 views
Tmux Macro/Function
I'm trying to make a function in tmux so that when desired, I can bring up the command prompt (Ctrl-B, :) and type this in and have tmux spawn a new window in my existing session with a number of ...
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, ...
15
votes
4answers
5k views
Terminal Multiplexer for Microsoft Windows - Installers for GNU Screen or tmux
I am looking for a terminal multiplexer for Microsoft Windows. I was unable to locate the installers for Microsoft Windows for both tmux and GNU Screen.
Currently I'm using Putty to connect to my ...
0
votes
2answers
278 views
Where is the source for /usr/bin/lock?
I have a Mac with snow leopard. I often work off the terminal using tmux (or GNU screen) When I walk away I remote ssh back to my computer. The thing is sometimes I have to step away from the computer ...
8
votes
2answers
1k views
Gnu screen in emacs shell mode: how to fix color escape codes
I would like to attach screen or tmux inside emacs, in shell mode. I often find myself running emacs with inferior processes inside screen on remote servers; it would be nice if I could shift the ...