package-menu-mode

package-menu-mode is an interactive compiled Lisp function in `package.el'.


(package-menu-mode)

Parent mode: `tabulated-list-mode'.

Major mode for browsing a list of packages.
Letters do not insert themselves; instead, they are commands.

key binding
--- -------

TAB forward-button
RET package-menu-describe-package
ESC Prefix Command
SPC scroll-up-command
- negative-argument
0 .. 9 digit-argument
< beginning-of-buffer
> end-of-buffer
? package-menu-describe-package
S tabulated-list-sort
U package-menu-mark-upgrades
d package-menu-mark-delete
f package-menu-filter
g revert-buffer
h package-menu-quick-help
i package-menu-mark-install
n next-line
p previous-line
q quit-window
r package-menu-refresh
u package-menu-mark-unmark
x package-menu-execute
~ package-menu-mark-obsolete-for-deletion
DEL package-menu-backup-unmark
S-SPC scroll-down-command
<backtab> backward-button
<follow-link> mouse-face
<mouse-2> mouse-select-window
<remap> Prefix Command

C-M-i backward-button



In addition to any hooks its parent mode `tabulated-list-mode' might have run,
this mode runs the hook `package-menu-mode-hook', as the final step
during initialization.