I'm transitioning from UltraEdit on windows to gedit on linux. So far, the experience is great (there's a lot here for a free tool), but there's one indispensable feature of UltraEdit I can't seem to find a way to replicate -- Column Mode.
In UltraEdit, I can hit Alt-C to turn on Column Mode. Is there anything like this (via a plugin probably) in gedit? It essentially lets you highlight text in a single column over many lines, so you can make edits to many lines at once (e.g., to comment out a section of text, prepend some string to aligned variable names, or for many other reasons). It's saved me countless hours of find-and-replace or repetitive manual editing of consecutive lines, and I feel very awkward in gedit without it.
Thanks for any hints!