-
-
Notifications
You must be signed in to change notification settings - Fork 25
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 Requests] Additional key binding suggestions #63
Comments
To clarify, are you suggesting these as default key bindings? Since you can currently customise the key bindings for these actions via Obsidian's hotkey settings already. |
Yeah, just suggesting additional default key bindings for your plugin that corresponds to defaults in Sublime Text, I prefer to install your plugin with every new vault than having to set them up manually every time, which is what I'm currently doing. |
Makes sense! I've been meaning to add some default key bindings users can optionally enable / switch between in settings (see this card). As a workaround for now, you can copy over the |
I'm a new user with Obsidian and yeah, I just figured the |
Yeah definitely agree, the new setting should solve this exact issue – I just need to find the time to build it in 😀 |
Please add my request in #81 |
As a Sublime Text user, here are some other key binding suggestions:
Code Editor Shortcut: Expand selection to brackets
Ctrl + Shift + M
Code Editor Shortcut: Insert cursor above
Ctrl + Alt + (up arrow)
Code Editor Shortcut: Insert cursor below
Ctrl + Alt + (down arrow)
Command palette: Open command palette
Ctrl + Shift + P
Quick switcher: Open quick switcher
Ctrl + P
This one isn't related to Sublime Text but just something I added personally:
Code Editor Shortcut: Expand selection to quotes
Ctrl + '
The text was updated successfully, but these errors were encountered: