anthropics / anthropics/claude-code

Add a keyboard shortcut to expand a pane to full width

未关闭
#92,157 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
area:ide enhancement platform:macos platform:vscode
主要语言
Python
星标
145k
派生
23.1k
PR 合并指标
PR 指标待抓取

描述

First off, the pane shortcuts are great and I use them constantly — ⌘⇧B for
the browser, ⌘J for the terminal, ⌘⇧D for the diff.

The gap is that they only open and close a pane. Once it's open there's no
way to make it bigger without grabbing the mouse and dragging the divider.

That's the part that breaks for me. I hit the shortcut to bring up the
browser, and then immediately have to reach for the mouse to actually see
anything in it. Every time.

What I'd love is a second keypress. One shortcut opens the pane, another
expands it to the full width of the window. Hit it again and it goes back.
That's all.

I went looking at what the View menu can actually send, and the pane
commands are only toggleSessionPane, closeSessionPane and splitViewCommand
— there's nothing for sizing. So I think this needs a new action, not just
a new binding.

The closest I can get today is hiding the sidebar (⌘B) and the side chat
(⌘;) to free up space. It helps, but that's three shortcuts and still not
full width.

Would really love to see this one land. macOS, Code tab.

贡献指南

这个仓库没有索引到贡献指南

调研方向

Start by tracing the View-menu actions toggleSessionPane, closeSessionPane, and splitViewCommand in the macOS Code tab, then locate the pane sizing and shortcut entry points. Done means a new action can expand the pane to full window width and toggle it back without dragging, with the existing pane shortcuts still working.

由索引模型根据 Issue 内容生成。

评估

技术栈
macos
领域
desktop
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
活跃
描述清晰度
基本清楚
新手友好度
58/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。