coder / coder/claudecode.nvim

[FEATURE] Allow A ClaudeCode-Per-Tab

Aperta
#198 0 commenti 4 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Lua
Stelle
3.1k
Fork
216
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

## Feature Description
`:ClaudeCode` appears to only work in the current tab. This is somewhere between a bug and a feature request but basically people should be able to make at least one Window of ClaudeCode per-tab.

```vim
:tabnew
:ClaudeCode
:tabnew
:ClaudeCode
```
(Creates 2 separate windows)

Currently if you try to Neovim tabs give a different view for buffers (e.g. `:tabnew`). Currently if you call `:ClaudeCode`, it
A clear and concise description of what you'd like to see added to the plugin.

## Use Case

Though I'd love to just use tmux, it's not always available. When that happens, I use Neovim tabs.

And just in general being able to have more than one Claude Code open in a single Neovim instance would be generally useful

## Proposed Solution

If a new command like `:ClaudeCodeFromThisWindow` or something was created, I could manage the windows myself programmatically.

## Alternatives Considered

Possibly related: https://github.com/coder/claudecode.nvim/issues/187

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

Start at the :ClaudeCode command and compare its behavior across the :tabnew examples in this issue, then review the related issue 187. Done means separate Neovim tabs can each create and manage an independent Claude Code window, either through repeated :ClaudeCode calls or a command such as :ClaudeCodeFromThisWindow.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
lua, neovim
Ambito
developer-experience, tooling
Tipo di issue
Funzionalità
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
42/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.