[FR] Firefox - Support split view
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, recently a split tabs api has been merged into the web extensions standard.
It would be great if we are able to do :vs and get into split view. Just like in vim!
Only the x keybinding should be modified to accomodate this change,
x - if in split view, quit the active pane in split.
else close the tab.
And from Firefox version 149, it is no longer experimental, and enabled by default.
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 reviewing Firefox's split tabs API and Vimium's existing :vs and x keybinding entry points. The work is done when :vs opens Firefox split view and x quits the active split pane there, while still closing the tab outside split view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100