[Info-vax] Editors, was: Re: VT keyboard replacement
Lawrence D’Oliveiro
lawrencedo99 at gmail.com
Tue Nov 9 16:21:54 EST 2021
On Wednesday, November 10, 2021 at 8:22:47 AM UTC+13, Simon Clubley wrote:
> Brace and bracket matching.
What about indentation matching?
I write a lot of Python code, and as you may know, that eschews statement brackets in favour of using indentation to indicate nesting level. So while commands for jumping between matching bracketing symbols are still useful within expressions, they are less so for navigating around compound statements.
Any editor you know of that has built-in commands for easing that? Even Emacs didn’t (that I know of), so I had to define my own.
More information about the Info-vax
mailing list