Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bqn-comint-bring #80

Closed
wants to merge 2 commits into from
Closed

Add bqn-comint-bring #80

wants to merge 2 commits into from

Commits on Sep 8, 2024

  1. Create a unique BQN comint process per buffer

    Instead of one unique *BQN* buffer, create a new one for every buffer.
    This feels more intuitive than all sessions sharing the global instance,
    especially when using system functions that actually talk to the
    OS—which directory one is in matters.
    slotThe committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8f861ad View commit details
    Browse the repository at this point in the history
  2. Add bqn-comint-bring

    Toggle between the comint buffer and its associated buffer. Bound to
    C-c C-z by default, as this seems to be quite common among other major
    modes.
    slotThe committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4273c57 View commit details
    Browse the repository at this point in the history