Ask HN: Do you still use terminal mode in a desktop configuration?
A comment made by elis in http://news.ycombinator.com/item?id=1335146 made me think, do you guys keep using terminal mode on a regular basis? If so, in what situations? (Headless servers and machines without any GUI set up don' apply.)
As much as I like the terminal, I haven't used a virtual terminal in Ubuntu in ages. I just launch xterm instead.
7 comments
[ 17.7 ms ] story [ 107 ms ] threadAnyways, I'm going to try this tonight, and see if I can avoid the distractions that my GUI presents me with.
M-x shell
To run multiple programs in emacs, each in their own shell, just rename the shell buffer to something else and start another shell.
An added benefit to doing this is that you can use emacs' incremental search to search back through the program's output for errors or other interesting output.
Also, when I was using a laptop to take class notes and such, I often booted into text mode because I didn't need the graphics, and they took longer to start than I wanted to wait.
I use a MacBook Pro with a persistent screen session on my Linux desktop. I could use my Linux desktop, but I'm a bit of an OS X snob. When I context switch between projects, I simply change screen windows.
The benefits of this approach: 1. I remember exactly what I was doing the day before because my screen session is right where I left it. 2. I don't need a low-latency connection to do serious work. 3. Compilation offloaded to AC-powered server, improving battery life on my laptop.