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

[Feature request] Command Option enter shortcut to open note in a new split pane #202

Closed
gavinmn opened this issue Feb 27, 2023 · 3 comments

Comments

@gavinmn
Copy link

gavinmn commented Feb 27, 2023

I could have sworn this shortcut used to exist, but even after installing an old version I couldn't find it. Right now we have the option to:

  • Open note
  • Open note in new tab
  • Create new note
  • Create new note in new tab

But I'd love the Quick Open functionality of using Command + Option to open the selected note in a new split pane too.

@pricebaldwin
Copy link
Contributor

I badly want this as well. I'm willing to look into implementing it if @scambier wants the feature.

@scambier
Copy link
Owner

I badly want this as well. I'm willing to look into implementing it if @scambier wants the feature.

If the offer still stands, you're welcome to submit a PR for this :)

@Drakemoor
Copy link

This would be of great help.

pricebaldwin added a commit to pricebaldwin/obsidian-omnisearch that referenced this issue Mar 28, 2024
This adds the shortcut `cmd/ctrl + alt + enter` to the search modal to open a found file in a new leaf. I used the term "split" in user-facing text, because I think that's the more common

Some things to note:
- This function ignores the existing "open in new pane by default" setting.
- It also does not check to see if the file is already open. It will continue opening the value in a new split as often as the user wants.
pricebaldwin added a commit to pricebaldwin/obsidian-omnisearch that referenced this issue Mar 28, 2024
This adds the shortcut `cmd/ctrl + alt + enter` to the search modal to open a found file in a new leaf. I used the term "split" in user-facing text, because I think that's the more common

Some things to note:
- This function ignores the existing "open in new pane by default" setting.
- It also does not check to see if the file is already open. It will continue opening the value in a new split as often as the user wants.
scambier pushed a commit that referenced this issue Mar 29, 2024
This adds the shortcut `cmd/ctrl + alt + enter` to the search modal to open a found file in a new leaf. I used the term "split" in user-facing text, because I think that's the more common

Some things to note:
- This function ignores the existing "open in new pane by default" setting.
- It also does not check to see if the file is already open. It will continue opening the value in a new split as often as the user wants.
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

No branches or pull requests

4 participants