Revset
Revset controls which revisions are shown in the Revisions view. The current revset is always shown in the status bar.
Press shift+l from Revisions to open the revset editor.
Autocomplete
Section titled “Autocomplete”As soon as the editor opens, completions appear automatically — functions, aliases, bookmarks, and tags are all listed. Once you start typing a function name, the editor shows the function’s signature inline.
tab/shift+tab: cycle through completions
History
Section titled “History”Every revset you apply during a session is saved to history. When you re-open the editor, it defaults to showing your history — use up/down to navigate it.
enter: applyescorctrl+c: cancelup/down: navigate history/completions
Behavior
Section titled “Behavior”- If jjui is started with
--revset/-r, that value becomes the session default. - Submitting an empty revset resets to the session default.
See Revisions for where revset fits in daily navigation.