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)




--
https://mail.python.org/mailman3//lists/python-list.python.org

Reply via email to