When navigating a single file in Atom editor, is there a keybinding to “jump to the next (or previous) definition or function”?
In Lisp editing, this is called structural editing, where a keybinding traverses to what is called the next (or previous) top-level form.
For something like Python, jumping to the start of line by tab indentation level would be ideal.
I am not looking for go-to behavior because I do not want to recall the function name. I just want to navigate my file by “jumping” to the next (or previous) function.