Tagged Questions
2
votes
1answer
171 views
Clearing screen after quit in Windows vim with ConEmu/Cygwin
I'm trying to bring to work together 3 things: ConEmu, Cygwin and vim. The vim in question is not Cygwin vim, but the native Windows vim from gvim package (chosen because Cygwin vim does not support ...
3
votes
4answers
83 views
When using screen, I see me as logged in twice through 'who'
I've been using Gnu screen for some time now, and I absolutely love it!
I installed it on a second RHEL server of mine, and I'm seeing odd behavior when I issue a 'who' on the new server.
'who' ...
0
votes
0answers
69 views
how to remove tmux copy-mode line number indicator
When I enter to tmux copy-mode, indicator in form [line/total lines] appears at the right up corner.
The problem is when I use native xterm scrolling with Shift+PageUp, this indicator remains on each ...
6
votes
1answer
278 views
Native xterm mouse scrolling in tmux
I have decided to try tmux as GNU screen replacement and wonder if there is a way to scroll with mouse as in xterm?
It is possible to enable native xterm scrolling with Shift + PageUp in tmux by
set ...
2
votes
1answer
190 views
Set Terminal.app proxy icon with xterm and screen
For quite a while, I've been using the supplied answers for Resume Zsh-Terminal (OS X Lion) to set the proxy icon for Terminal.app while running under zsh, and so far, it's been working quite well. ...
4
votes
2answers
981 views
How can I run byobu from xterm at starting?
I set up byobu auto run with the command byobu-enable. It's great when I log in from terminal or ssh, but how can I make xterm attach to it automatically ? (mate-terminal from Linux mint especially)
3
votes
1answer
1k views
Using screen, commands like less and man don't clear the screen afterwards
In contrast to this question I want the clearing of the screen re-enabled for less. It works fine in my xterm terminal under Cygwin/mintty or Gnome Terminal (both xterms).
However, when inside a ...
12
votes
6answers
4k views
How can I automatically update the title in an xterm running screen?
This is a bit of a followup to this question. I'm working in tcsh within GNU screen in an xterm.
I have the following in my .cshrc:
alias res_t 'xtset -t %h:%d "(%u:%g)" %e' # reset titlebar
...
2
votes
2answers
1k views
GNU screen fails to resize with Snow Leopard xterm
I use 120x80 xterms under X11 (which I start via xterm -geometry 120x80). I also use some constantly running GNU screen sessions on a couple of different hosts -- both local to the mac and on some ...