[FEATURE] Horizontal terminal split
- 主要言語
- Lua
- スター
- 3.1k
- フォーク
- 216
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
## Feature Description
Opening the Claude Code in a horizontally split terminal window.
## Use Case
Screen real estate is really preferential, so it's a good idea to support as many configurations as possible.
## Proposed Solution
`split_side` should take a 3rd option: `"bottom"` (maybe include `"top"` as 4th?), which then splits the terminal horizontally. `split_width_percentage` could be just `split_percentage` or `split_ratio`.
## Alternatives Considered
It's possible to just rotate the window after creation (screenshot included), but it would be nice to skip that manual step by making it configurable.
## Additional Context
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、Neovim plugin 内の split_side と split_width_percentage の設定、およびターミナルウィンドウ作成のエントリーポイントを見つけます。既存のサイド分割がどのように適用されているかを追跡し、その後、bottom または top オプションと分割パーセンテージによって要求された水平レイアウトが生成されることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- lua, neovim
- 領域
- tooling
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100