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

Movement command H skips empty cells to the left #138

Closed
zestyping opened this issue Feb 2, 2019 · 0 comments
Closed

Movement command H skips empty cells to the left #138

zestyping opened this issue Feb 2, 2019 · 0 comments

Comments

@zestyping
Copy link

zestyping commented Feb 2, 2019

Description

When the cells to the left of the cursor are empty, pressing H skips the empty cells. It shouldn't skip them.

Pressing L does not skip empty cells, and pressing H should always do the opposite of L.

Example

a,b,,,,c

Actual behaviour: Place the cursor on c. Press H. The cursor moves to b. To get back to c, you must press L four times.

Expected behaviour: Place the cursor on c. Press H. The cursor moves one character left onto the last comma. To get back to c, press L once.

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

1 participant