mirror of
https://github.com/heycalmdown/navigate-cursor-history.git
synced 2026-07-22 06:20:25 +00:00
No description
|
|
||
|---|---|---|
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Navigate Cursor History
This plugin remembers the recent 50 cursor positions history and allows you to jump to them back and forth like VSCode.
Limitations
- It remembers the cursor position once a second
- The history is not saved permanently
- The forward history will be resetted when you make new move while navigating the history
Commands
- Navigate Cursor History: Go back
- Navigate Cursor History: Go forward
You can set hotkeys for the commands. ^- for the backward and ^= for the forward.