[FEATURE] Horizontal terminal split
- Lenguaje dominante
- Lua
- Estrellas
- 3.1k
- Forks
- 216
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Start by locating the split_side and split_width_percentage configuration and the terminal-window creation entry point in the Neovim plugin. Trace how the existing side split is applied, then verify that a bottom or top option and a split percentage produce the requested horizontal layout.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- lua, neovim
- Área
- tooling
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100