Add a command to command palette—with a customizable keyboard shortcut (e.g., Ctrl+Q)—that immediately shifts focus and jumps the cursor to the last edited node in the outline.
Why is it needed? When working in deep, complex outlines, you often need to jump away from your current editing spot to grab a reference, copy text, or check a different section. Getting back to where you were editing requires manual scrolling, searching, or spamming back-navigation, which breaks deep flow.
This is a core navigation feature in virtually all code editors/IDEs:
-
VS Code:
Ctrl+Alt+-or extensions mapped toCtrl+Q -
JetBrains:
Ctrl+Shift+Backspace(Jump to Last Edit Location) -
Sublime Text:
Ctrl+U
, bringing this to Workflowy would be a massive quality-of-life improvement for power users and users that are used to it in from other platforms.
Suggested behavior:
-
Trigger: Command Palette action + dedicated shortcut (
Ctrl+Q/Cmd+Q). -
Action: Instantly jump focus to the last node where text was added, edited, or structural changes occurred.
-
Auto-expand: If the last edit location is inside a collapsed branch, expand or zoom into the relevant parent automatically.