Making your cursor blink in gnome terminal is easy enough… you can do it graphically through gconf-editor, the ‘regedit’ like interface for modifying gconf keys, or there’s a simple one-liner to handle it.
gconftool-2 -s /apps/gnome-terminal/profiles/Default/cursor_blink_mode -t string on
One key binding in particular that I like to change is “toggle_menubar”. I don’t usually need the bar along the top taking up space, but sometimes I like to change the colors around, or at least have the option to from the terminal. It’s disabled and I like it set to “
8:27 am
I find its a nice finishing touch to a green and black terminal window! :D
Thanks!