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]: Shift-Enter inside list to enter a new line #419

Open
tierriminator opened this issue Dec 20, 2022 · 0 comments
Open

[Feature]: Shift-Enter inside list to enter a new line #419

tierriminator opened this issue Dec 20, 2022 · 0 comments
Labels

Comments

@tierriminator
Copy link

Is your feature request related to a problem? Please describe.

Currently, when pressing Shift + Enter inside of a list item, a new line is inserted at the indentation level of the current (nested) list.
For example, if we write

- l1
  - l2

and press Shift + Enter, our cursor will end up here:

- l1
  - l2
  |

Describe the solution you'd like

For list editing, it is quite common that the cursor stays within the current list item when pressing Shift + Enter, to allow to enter new lines.
In the above example, the cursor would end up here:

- l1
  - l2
    |

This allows for easy restructuring of text in a text-heavy list item.

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant