Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: minor ZSH plugin improvements#1581

Merged
tusharmath merged 10 commits into
mainfrom
zsh-plugin-improvements
Sep 21, 2025
Merged

fix: minor ZSH plugin improvements#1581
tusharmath merged 10 commits into
mainfrom
zsh-plugin-improvements

Conversation

@tusharmath

@tusharmath tusharmath commented Sep 21, 2025

Copy link
Copy Markdown
Collaborator
  • Showing conversation information before and after the conversation
  • Typing @ in ZSH will auto-trigger the file selector
  • Changed the pattern from #? to ??
  • Improved colors for text after the ?? sentinel
  • CTRL + K will clear the conversation (TEMP FIX)

@tusharmath tusharmath changed the title zsh plugin improvements fix: minor ZSH plugin improvements Sep 21, 2025
Comment thread shell-plugin/forge.plugin.zsh
@github-actions github-actions Bot added the type: fix Iterations on existing features or infrastructure. label Sep 21, 2025
Comment thread shell-plugin/forge.plugin.zsh
Comment thread shell-plugin/forge.plugin.zsh Outdated
# Bind CTRL+K to clear conversation
bindkey '^K' forge-clear-conversation
# Bind @ character to trigger immediate file picker
bindkey '@' forge-at-input No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file is missing a newline character at the end. Unix text file convention requires files to end with a newline character. Adding one will ensure compatibility with Unix tools and prevent potential issues with text processing utilities.

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@tusharmath tusharmath merged commit aaa74d5 into main Sep 21, 2025
10 checks passed
@tusharmath tusharmath deleted the zsh-plugin-improvements branch September 21, 2025 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant