We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9a5ce commit 5e2f9d5Copy full SHA for 5e2f9d5
1 file changed
lua/claudecode/terminal/native.lua
@@ -132,6 +132,7 @@ local function open_terminal(cmd_string, env_table, effective_config, focus)
132
winid = new_winid
133
bufnr = vim.api.nvim_get_current_buf()
134
vim.bo[bufnr].bufhidden = "hide"
135
+ vim.bo[bufnr].buflisted = false
136
-- buftype=terminal is set by termopen
137
138
if focus then
0 commit comments