timhor / obsidian-editor-shortcuts

Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
MIT License
356 stars 25 forks source link

[FR] Shortcut to select whole line excluding list or bullet points #69

Open HyperEpsilon opened 1 year ago

HyperEpsilon commented 1 year ago

I find myself wanting to select an entire list item to apply formatting to it, however the select line command will select everything including the bullet point and any spacing.

Would it be possible to add another command that only selects the actual text on a line?

timhor commented 1 year ago

Sure; are there any cases where you would also want to select the whole line including bullet points and spacing? Just thinking whether this is best done as a separate command or as an option in the existing select line command.

HyperEpsilon commented 1 year ago

I can't think of any. If I wanted to delete an entire line that is already covered by a different command.

Maybe add the option as a toggle within settings?