Re: Python

Mats Wichmann <[email protected]> Thu, 18 Dec 2025 09:43:17 -0700
Newsgroups gmane.comp.python.general
Message-ID <[email protected]>
On 12/17/25 17:52, rbowman wrote:
> On Wed, 17 Dec 2025 22:13:21 +0000, Richard Kettlewell wrote:
> 
>> If you prefer the comment markers to match the indentation of the whole
>> block, that works too:
> 
> I keep it simple and use the first column, s/^/#/  in vim. s/^#// to make
> them go away.

You can also select a block with ^V + cursor movement, then

I# <esc>

(capital I for insert-at-start-of-line, that is, and the escape key 
rather than the literal chars, of course)