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

QuickOpen: Open in new (layout) tab #2232

Closed
mabuchner opened this issue Aug 5, 2020 · 1 comment · Fixed by #3733
Closed

QuickOpen: Open in new (layout) tab #2232

mabuchner opened this issue Aug 5, 2020 · 1 comment · Fixed by #3733
Labels
A-quickmenu Area: Quickmenu-related, i.e. QuickOpen, WIldmenu, Command Palette menus enhancement New feature or request

Comments

@mabuchner
Copy link

mabuchner commented Aug 5, 2020

When working with layout tabs

{
  "oni.layout.layoutTabPosition": "top",
  "oni.layout.showLayoutTabs": "always",
  "workbench.editor.showTabs": false
}

it would be super useful to have a <c-t> key binding in QuickOpen to open the selected file in a new tab. Otherwise, files will get opened in the same tab and opening a file with QuickOpen becomes a cumbersome operation.

@mabuchner
Copy link
Author

This could be nicely complimented with the proposed key bindings from #564.

@bryphe bryphe added A-quickmenu Area: Quickmenu-related, i.e. QuickOpen, WIldmenu, Command Palette menus enhancement New feature or request labels Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-quickmenu Area: Quickmenu-related, i.e. QuickOpen, WIldmenu, Command Palette menus enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants