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

request: Confim and move to [next cell]/[first cell of next row] #780

Open
mipmip opened this issue Feb 2, 2023 · 3 comments
Open

request: Confim and move to [next cell]/[first cell of next row] #780

mipmip opened this issue Feb 2, 2023 · 3 comments

Comments

@mipmip
Copy link
Contributor

mipmip commented Feb 2, 2023

It would be great if there we two additional commands to confirm text input.

Currently ENTER confirm input but the cursor stays on the last updated cell. It would be nice to be able to jump to a next logical location, e.g. next cell to the right or first cell on a new line.

@andmarti1424
Copy link
Owner

Adding different ways to confirm input would be confusing. You have 3 options for newline_action though.

@andmarti1424
Copy link
Owner

@mipmip Could you manage to try those?

@mipmip
Copy link
Contributor Author

mipmip commented Feb 23, 2023

@mipmip Could you manage to try those?

I did not know this. This is a nice feature.

Could we enhance newline_action like this...?

'newline_action' [default 0]
    Set it to '0' to take no action.
    Set it to 'j' to move the cursor one row below.
    Set it to 'l' to move the cursor one column to the right.
    Set it to 'j0' to move the cursor to the first column on next row.
    Set it to 'lH' to move the cursor to the first row of next column.

Only the 0 setting is not logical in this case, as it suggest movement to the first column.

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

2 participants