{"id":20605231,"url":"https://github.com/phux/vim-marker","last_synced_at":"2025-08-19T08:37:51.503Z","repository":{"id":73539355,"uuid":"206421912","full_name":"phux/vim-marker","owner":"phux","description":"Create marks, persistent per working directory","archived":false,"fork":false,"pushed_at":"2019-09-07T09:48:27.000Z","size":45,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T02:24:22.291Z","etag":null,"topics":["marks","vim","vim-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-04T21:54:54.000Z","updated_at":"2024-03-04T21:23:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"66649b75-95ef-487f-bf5b-4a457237c9e5","html_url":"https://github.com/phux/vim-marker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phux%2Fvim-marker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phux%2Fvim-marker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phux%2Fvim-marker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phux%2Fvim-marker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phux","download_url":"https://codeload.github.com/phux/vim-marker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250932,"owners_count":20096895,"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":["marks","vim","vim-plugin"],"created_at":"2024-11-16T09:27:13.827Z","updated_at":"2025-03-06T16:55:01.496Z","avatar_url":"https://github.com/phux.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-marker\n\n![screenshot of vim-marker](doc/screenshot.png)\n\nvim-marker provides a custom mark stack that is stored per working\ndirectory.\n\n**Features**\n\n* toggle marks\n* cycle through marks across buffers\n* persistent\n* populate all marks in a quickfix window\n\n## Configuration\n\n### g:MarkerPersistenceDir\n\nvim-marker stores the sets of markers under the path configured in `g:MarkerPersistenceDir` per `cwd`.\n\nDefault: `$XDG_DATA_HOME/vim-marker`\n\nOverride it with a path of your choice:\n\n```\nlet g:MarkerPersistenceDir = '/path/to/a/directory'\n```\n\n### Mappings\n\nvim-marker comes with following default mappings:\n\n```\n\" Mapping to add or remove a marker at the current cursor position.\n\" Also works in the quickfix window.\nlet g:MarkerToggleMarkMapping = '\u003cm-m\u003e'\n\n\" Mapping for jumping to next mark.\nlet g:MarkerNextMarkMapping = '\u003cm-j\u003e'\n\n\" Mapping for jumping to previous mark.\nlet g:MarkerPrevMarkMapping = '\u003cm-k\u003e'\n\n\" Toggle quickfix window with current marks.\nlet g:MarkerQuickfixToggleMapping = '\u003cm-;\u003e'\n```\nOverride these in your `.vimrc` to your likings.\n\nYou can also disable the default mappings completely via:\n\n```\nlet g:MarkerEnableMappings = 0\n```\n\nReset all markers by running:\n\n```\n:call marker#ResetMarkers()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphux%2Fvim-marker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphux%2Fvim-marker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphux%2Fvim-marker/lists"}