Post a Comment
Looks like Leopard terminal will. Thanks to lifelogger for linking to a functioning mirror of these shots:
http://gizmodo.com/photogallery/leopardleakedsshots/832559
http://gizmodo.com/photogallery/leopardleakedsshots/832549
Still love Konsole
*edit* clarified leopard version of OSX terminal
Edited 2007-01-25 08:16
I love Konsole as much as anyone but you can get pretty much the same functionality by just using GNU Screen and any terminal emulator (being Aterm and Eterm two of my favorites - both lightweight and good looking!).
Eterm even includes a "theme" called Escreen that shows screen's sessions as buttons in the bottom of the window.
Log into your machine remotely using PuTTY as often and start as many sessions as I do and soon you realize that screen can't be beat.
Edited 2007-01-25 16:35
If you are working from your own desktop I'd recommend you start using macros and keystrokes. There's no need for all the tabs or windows or what not. Simply put the files you normally edit into a list that you access with say *l and then go the file name you want to edit and say type **. Or set up sequences for your common files like *abc to take you to your favorite file. Or like above, *l, to take you to the file containing all the files you normally edit. It makes life much easier than tabs or separate windows if you are a power user.
It's not about knowing or not knowing about how to tweak Vim (I have a 1.5MB .vim directory about 200k of which I've personally written), it's about integration and convenience. I could do some weird set of shortcut mappings, or I could just use the Project.vim plugin for opening my common files and use the aforementioned split buffers to switch between them. It's a lot less work.
I've been using multiple buffers in Vim for quite some time. Sometimes I use split, most times I realize I need another file *after* I've started Vim. Then you just:
:hide edit filename2.c
To check your buffers, you can do a:
:ls
To jump between buffers, do this:
:b 2
This allows you to have multiple files open and being worked on. You can easily copy and paste between buffers as well. I have been running Vim 7.0 since it came out, but haven't taken the time to learn tabs yet. Perhaps tomorrow...






