syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.59k stars 4.9k forks source link

Perspective-local primary shell buffers #5862

Open rahulmutt opened 8 years ago

rahulmutt commented 8 years ago

I frequently find myself wanting a "primary" shell of a given perspective to be different from other perspectives. What happens now is that I'll be in Perspective 1 with an eshell-1 buffer loaded. When I go to Perspective 2, I do SPC ' and the eshell-1 buffer loads up when I really want a new shell buffer (like eshell-2). I end up doing 2 SPC ' to get the new shell buffer and that causes a problem since the new primary buffer is eshell-2. When I go back to Perspective 1 and do SPC ', I get back eshell-2 instead of eshell-1. It seems like the most natural behavior is to have SPC ' assign a new shell buffer to each perspective so that users don't have to remember which shell number they opened in a given perspective.

bmag commented 8 years ago

Perhaps this should be a feature request for shell-pop? I have some idea how to make perspective-local features, although I didn't get to test that idea in the wild.

Miciah commented 6 years ago

Looks like #10457 is intended to resolve this issue.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

duianto commented 4 years ago

The following PRs changes have been applied to the develop branch: Local shell pop #13556

@rahulmutt Could you test the latest develop branch, you can close this if the issue has been solved.

github-actions[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!