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.
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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