Support wrap-around tab movement and move to first/last
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
#2429 requests supporting wrapping around of tab movement. This will break the functionality of 99>> or 99<<. Instead, I propose adding the following bindings for moving tabs to first/last:
g>>: move to lastg<<: move to start
If this would be entertained, I am happy to write the feature myself :) let me know!
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 by reading issue #2429 and tracing the existing tab-movement commands and key bindings. Check how wrapping would affect 99>> and 99<<, then verify that g>> moves a tab to last and g<< moves it to first without breaking existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100