···778899Press `?` to show the help. (commands are different between graph and files view).
1010-Press `Arrows` to navigate windows, `Enter` to focus status view
1111-Press `Space` to select/deselect revisions (multi-select in graph view)
1010+`Arrows` or `hjkl` to navigate windows/items
1111+`Space` to select/deselect revisions (multi-select in graph view)
1212+`Enter` to widen the diff and scroll through it
1313+1214List of graph commands:
13151416
+4-1
jj_tui/bin/jj_commands.ml
···159159 let space_command =
160160 render_command_line ~indent_level:0 "<space>" "toggle selection (multi-select)"
161161 in
162162- ((commands |> render_commands) @ if include_arrows then [ move_command; space_command ] else [])
162162+ let enter_command=
163163+ render_command_line ~indent_level:0 "<Enter>" "Focus status view to enlarge and scroll diff"
164164+ in
165165+ ((commands |> render_commands) @ if include_arrows then [ move_command; space_command;enter_command ] else [])
163166 |> I.vcat
164167 |> Ui.atom
165168 |> Lwd.pure