coder / coder/claudecode.nvim

[FEATURE] Allow A ClaudeCode-Per-Tab

Open
#198 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
3.1k
Forks
216
PR merge metrics
No merged PRs in 30d

Description

## 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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.