-
as seen on Super User
- Search for 'Super User'
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OSX terminal, I'm having some colour issues.
If i am working locally, there are no colours.
If i ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If i then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken. On quitting…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OS X Terminal.app, I'm having some colour issues.
If I am working locally, there are no colours.
If I ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If I then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken.…
>>> More
-
as seen on Super User
- Search for 'Super User'
I use colinux, see http://www.colinux.org/ ; I used the ubuntu image (ubuntu without desktop environment) and install the packages gdm ?x-window-system-core and gnome-core and update to 10.04. the default user ( which is the only one user) is root. When I try to drag a file into gnome-terminal, I…
>>> More
-
as seen on Super User
- Search for 'Super User'
When I connect via ssh terminal to certain servers, it timeouts and "freezes" the terminal (doesn't accept, doesn't disconnect, can't Ctrl-C to kill the ssh process or anything).
This is in Ubuntu's Gnome-terminal, though it seems to be pausing the terminal input/output, and doesn't affect the operation…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
I am using iTerm on OSX (leopard) to ssh to a linux machine. I run screen on the dev machine to save my work between sessions. I am not a big fan of audio bell and I don't like screen's default 'Wuff Wuff' bell (or any other little message shown at bottom of the page). What I like though is to…
>>> More
-
as seen on Super User
- Search for 'Super User'
Back in the day when Tiger ruled the world, iTerm was a must have for me if only just for the tabs feature that Terminal didn't have.
After Leopard came out Terminal got several improvements, like supporting tabs and implementing profiles.
Since that day I just don't see the need for iTerm, but I…
>>> More
-
as seen on Super User
- Search for 'Super User'
Does anyone know how to set the audible bell to a visual bell in iterm? I've looked around a bit with no luck. I'm on OSX 10.6.3 and iterm Build 0.10.
Thanks!
>>> More
-
as seen on Super User
- Search for 'Super User'
I've been using Bash for years and I really like iTerm. Is there a way to get that level of console usability for Micosoft's Windows cmd?
By that I mean the sane tab completion, history (even if you close the terminal), searching back and so on, and also a terminal I can resize, with tabs, nice fonts…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I can get the vim title to display on my window by doing this:
let &titlestring = expand("%:t") . " @ " . hostname()
if &term == "screen"
set t_ts=^[k
set t_fs=^[\
endif
if &term == "screen" || &term == "xterm"
set title
endif
But the tabs will say "Default".
From the commandline…
>>> More