Top "Gnu-screen" questions

screen (GNU Screen) is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.

How do I completely disable bell in screen (both visual and audio)

In screen, is there a way to completely disable bell ? I know you can switch to audio bell instead of …

linux terminal gnu-screen tty
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 …

ssh tmux gnu-screen tty iterm
VIM Colorschemes in Screen & PuTTy?

I've been trying to get colourschemes to work properly in VIM when using it over ssh with PuTTy as a …

vim syntax-highlighting color-scheme putty gnu-screen
Unable to have pbcopy -clipboard inside Screen

Problem Not solved although one answer was accepted: We are working to get Jonah's code to work. Problem: to change …

macos gnu-screen pbcopy
How to automatically refresh gdb in tui mode?

If I'am debugging files with gdb -tui the source window always becomes messed up. So every time I hit enter …

python linux gdb gnu-screen tui
How to show in GNU Screen hardstatus what tab was selected previously?

Every time I work in the console I use GNU Screen. I have a custom .screenrc file with several settings. …

gnu-screen screenrc
Is it possible to view screen session output?

I've created a session in screen. It produced some output. Now I want to see it. So I attached the …

linux unix ubuntu gnu-screen
Working with vim on multiple monitors

I have three monitors. I normally run one maximized xterm on each monitor, attached to the same GNU screen session. …

vim gnu-screen
Run commands in GNU Screen windows from .screenrc

Is there a way to send a sequence of commands to GNU Screen windows from my .screenrc? It seems like …

gnu-screen
zsh: Command not found (for $EDITOR)

For whatever reason, zsh doesn't like me setting command-line arguments for my $EDITOR variable, but from what I can tell, …

macos terminal zsh gnu-screen zshrc