Go forward to Selecting a Group.
Go backward to Group Buffer Format.
Go up to The Group Buffer.
Group Maneuvering
=================
All movement commands understand the numeric prefix and will behave
as expected, hopefully.
`n'
Go to the next group that has unread articles
(`gnus-group-next-unread-group').
`p'
`DEL'
Go to the previous group group that has unread articles
(`gnus-group-prev-unread-group').
`N'
Go to the next group (`gnus-group-next-group').
`P'
Go to the previous group (`gnus-group-prev-group').
`M-p'
Go to the next unread group on the same level (or lower)
(`gnus-group-next-unread-group-same-level').
`M-n'
Go to the previous unread group on the same level (or lower)
(`gnus-group-prev-unread-group-same-level').
Three commands for jumping to groups:
`j'
Jump to a group (and make it visible if it isn't already)
(`gnus-group-jump-to-group'). Killed groups can be jumped to, just
like living groups.
`,'
Jump to the unread group with the lowest level
(`gnus-group-best-unread-group').
`.'
Jump to the first group with unread articles
(`gnus-group-first-unread-group').
If `gnus-group-goto-unread' is `nil', all the movement commands will
move to the next group, not the next unread group. Even the commands
that say they move to the next unread group. The default is `t'.