## Summary
- Adds the new `Ctrl+Alt+=` inline Qalculate! evaluator shortcut to the **User Bindings** table in the README
- Describes the behavior: passes the current commandline buffer to `qalc`, prints the result, and clears the buffer for rapid-fire math
## Changed files
| File | Change |
|------|--------|
| `README.md` | New row in User Bindings table for `Ctrl+Alt+=` / `qalc_eval` |
## Test plan
- [x] Verify the new table row renders correctly in the README
- [x] Confirm the description accurately reflects the `qalc_eval` function behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Documents the new inline Qalculate! evaluator shortcut added in the
recent config refactor, so users know it exists and how to use it.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Ctrl+Alt+=inline Qalculate! evaluator shortcut to the User Bindings table in the READMEqalc, prints the result, and clears the buffer for rapid-fire mathChanged files
README.mdCtrl+Alt+=/qalc_evalTest plan
qalc_evalfunction behavior🤖 Generated with Claude Code