Skip to content

feat: add configurable terminal buffer display option#41

Open
shabaraba wants to merge 1 commit into
mainfrom
feature/configurable-terminal-buffer-display
Open

feat: add configurable terminal buffer display option#41
shabaraba wants to merge 1 commit into
mainfrom
feature/configurable-terminal-buffer-display

Conversation

@shabaraba
Copy link
Copy Markdown
Owner

Summary

  • ターミナルバッファをサイドバーに表示するかどうかを設定可能にした
  • デフォルトではターミナルバッファを非表示(従来通り)
  • display.show_terminal_buffers = true で表示可能

Changes

  • config.lua: display.show_terminal_buffers設定オプションを追加(デフォルト:false)
  • buffers/init.lua: 設定に基づいてターミナルバッファをフィルタリング
  • コードにコメント追加でフィルタリング条件を明確化

Usage

require('pile').setup({
  display = {
    show_terminal_buffers = true, -- ターミナルバッファを表示
  }
})

🤖 Generated with Claude Code

- Add display.show_terminal_buffers config option (default: false)
- Filter out terminal buffers from sidebar when disabled
- Allow users to show terminal buffers when needed

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant