PasteJump functions as a clipboard history accelerator for Windows users who copy and paste frequently. The Ctrl+V tap gesture moves through saved clips without pausing to open a separate window, and the overlay stays near the text caret for minimal eye movement. A searchable archive stores every copied item for later retrieval, while clip joining combines several entries into one output. Format cycling strips or adjusts styling during the paste action.
The program operates as a single executable file that runs without installation or a preinstalled .NET runtime. It provides two independent storage areas: a fast-access stack for recent copies and a long-term archive with full-text search and preview. Pinned items survive mass deletion, and filters narrow the stack to text, images, or files. All shortcut keys except navigation basics can be rebound, and the theme system uses small JSON files that inherit unset properties from parent themes.
PasteJump targets users who prefer keyboard control over mouse interaction for copy-paste operations. The gesture stack allows stepping backward through clips by tapping V while holding Ctrl, then releasing to paste. The history window offers a more traditional interface with search, preview, and copy-back functions. Both approaches use the same underlying dual-store architecture, so clearing one does not affect the other. The overlay position adapts to the active application, centering on the window when no caret is exposed and moving away from always-on-top windows like the Start menu.