{"id":18980882,"url":"https://github.com/sublimetext/jumpto","last_synced_at":"2025-04-19T19:22:35.980Z","repository":{"id":4452159,"uuid":"5590686","full_name":"SublimeText/JumpTo","owner":"SublimeText","description":"Sublime Text plugin to move (multiple) cursors","archived":false,"fork":false,"pushed_at":"2020-03-22T17:25:39.000Z","size":21,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T12:11:40.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SublimeText.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-28T19:10:13.000Z","updated_at":"2023-05-25T14:27:08.000Z","dependencies_parsed_at":"2022-09-23T20:41:12.279Z","dependency_job_id":null,"html_url":"https://github.com/SublimeText/JumpTo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FJumpTo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FJumpTo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FJumpTo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SublimeText%2FJumpTo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SublimeText","download_url":"https://codeload.github.com/SublimeText/JumpTo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249239353,"owners_count":21235853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T16:08:06.333Z","updated_at":"2025-04-16T12:31:15.672Z","avatar_url":"https://github.com/SublimeText.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Summary\n=======\n\nJumpTo is a plugin for Sublime Text\nto move the cursor to any position in the current line.\nIt's very similar to some movement commands in Vim.\nThis is especially useful\nwhen editing multiple similar lines at the same time\nwith multiple selections.\n\nWatch [this video](http://vimeo.com/48392058)\nto see a real world example\non how I use it to refactor some code.\n\nInstall\n=======\n\n1. [Install Package Control](https://packagecontrol.io/installation).\n1. In the Command Palette, select \u003ckbd\u003ePackage Control: Install Package\u003c/kbd\u003e.\n1. Select `JumpTo`.\n1. Create keymaps for the commands \n   (see `Example.sublime-keymap` for a suggestion).\n\nUsage\n=====\n\nThe package does not define key bindings by default,\nso you must add them on your own.\n\nWith the bindings shown in `Example.sublime-keymap`,\nyou can use it like follows:\n\n- Press \u003ckdb\u003ectrl+e\u003c/kdb\u003e\n  (or select on Goto -\u003e Jump to)\n  and enter a search string.\n  The cursor will jump to the start\n  of the first occurrence of this search string.\n\n- Press \u003ckbd\u003ectrl+shift+e\u003c/kbd\u003e\n  (or select on \u003ckbd\u003eSelection -\u003e Expand Selection to …\u003ckbd\u003e)\n  to select all characters from the current cursor position\n  to the first occurrence of the search string.\n\nOptions\n========\n\n- `extend`:\n  Extend the current selection until the search result.\n- `create_new`:\n  Whether the current caret(s) should stay\n  and a new caret should be created at the target position.\n- `whole_match`:\n  Whether the command should result in a selection from the matched text\n  instead of a single caret at the start of the match.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fjumpto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsublimetext%2Fjumpto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsublimetext%2Fjumpto/lists"}