VSCodeVim / VSCodeVim/Vim

After command ':marks', a bookmark list will be shown. And then press a relative bookmark character (eg. 'A') and ENTER, it will jump to that bookmark.

Open
#8,227 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

Is your feature request related to a problem? Please describe.
1, After command ':marks', a bookmark list will be shown. And then press a relative bookmark character (eg. 'A') and ENTER, it will jump to that bookmark.
It is more convenient to jump to the bookmark after input one relative character (eg. 'A'), as all the bookmark in vim is just one character, not need to wait for ENTER.
2, Give global bookmarks another color (for example, green), to distinguish them with local ones. Or it can be set separately.

Describe the solution you'd like
1, When bookmark list is shown, jump to the bookmark after input one relative character (eg. 'A'), not need to wait for ENTER.
2, color of global and local bookmarks can be set separately.

Describe alternatives you've considered

Additional context

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the implementation of the :marks command and the bookmark-list input and rendering paths. Add immediate selection for a single relative bookmark character and separate configurable colors for global and local bookmarks; done means both behaviors work from the displayed list without requiring ENTER for selection.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.