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

Working without Tabs -> Simulating Buffers section #7043

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

aguynamedben
Copy link

@aguynamedben aguynamedben commented Feb 18, 2024

⚠️ This depends on new option moveToActiveGroupIfOpen which is being tracked in microsoft/vscode#204942 and has PR in microsoft/vscode#205442.

Adds section to Get Started -> Working without Tabs called "Simulating Buffers" which helps users coming from buffer-centric editors such as Emacs and vi. These users are accustomed to a model where any open file ("buffer") can be easily viewed in any split, without having to re-open the file a 2nd time. These users want to split window but don't wish to care about which Editor is in which Editor Group. revealIfOpen + moveToActiveGroupIfOpen enables that functionality—if a user opens a file that's already open, instead of just surfacing the Editor within it's previous Editor Group, the Editor will be moved into the active Editor Group and then revealed. This means users can use the Quick Open to jump to files from any split without inadvertently opening it multiple times in multiple editor groups.

In the PR we decided to change the name of this setting to `workbench.editor.moveToActiveGroupIfOpen`
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.

None yet

1 participant