This change replaces the previous zoom command handling with direct keybindings for zooming in, zooming out, and resetting to the default zoom level. In fbpdf.c, + and - now increment or decrement the current zoom value before re-rendering the page, while = restores zoom_def, and the older Z, z, and w paths are removed. The result is a simpler and more discoverable zoom workflow with clearer runtime behavior.