No description
Find a file
renovate[bot] 02c905dc79
chore(deps): update dependency typescript to v4.6.4 (#7)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-16 20:25:45 +09:00
.editorconfig Initial commit 2022-03-09 16:34:20 +09:00
.eslintignore Initial commit 2022-03-09 16:34:20 +09:00
.eslintrc Initial commit 2022-03-09 16:34:20 +09:00
.gitignore Initial commit 2022-03-09 16:34:20 +09:00
.npmrc Initial commit 2022-03-09 16:34:20 +09:00
esbuild.config.mjs Initial commit 2022-03-09 16:34:20 +09:00
LICENSE chore: LICENSE 2022-03-14 05:39:47 +09:00
main.ts feat: scroll to center 2022-04-13 07:06:33 +09:00
manifest.json chore: 1.1.0 2022-04-13 07:06:43 +09:00
package-lock.json chore(deps): update dependency typescript to v4.6.4 (#7) 2022-05-16 20:25:45 +09:00
package.json chore(deps): update dependency typescript to v4.6.4 (#7) 2022-05-16 20:25:45 +09:00
README.md feat: remember ch position 2022-04-13 07:00:47 +09:00
renovate.json chore(deps): add renovate.json 2022-04-12 22:06:56 +00:00
tsconfig.json Initial commit 2022-03-09 16:34:20 +09:00
version-bump.mjs Initial commit 2022-03-09 16:34:20 +09:00
versions.json chore: 1.1.0 2022-04-13 07:06:43 +09:00

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.