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

+ works for moving downwards, but - does not for moving up #164

Open
eleanormally opened this issue Feb 23, 2023 · 4 comments
Open

+ works for moving downwards, but - does not for moving up #164

eleanormally opened this issue Feb 23, 2023 · 4 comments

Comments

@eleanormally
Copy link

Really just the title. typing "[some number]+" moves down that number, just like "[number][down-arrow]", but "[number]-" does not equate to "[number][up-arrow]". I use + and - rather than up and down in vim, so this functionality would be much appreciated.

@godbout
Copy link
Owner

godbout commented Feb 24, 2023

fair. the - move is not implemented. will add. thanks!

@godbout
Copy link
Owner

godbout commented Mar 4, 2023

i've currently implemented the - Normal Mode for the Keyboard Strategy and the Accessibility Strategy. it will come out in kV50 soon. not sure if i release Visual Mode at the same time, coz it requires way more work and may take longer.

@godbout
Copy link
Owner

godbout commented Mar 5, 2023

Normal Mode - added in kV50: https://github.com/godbout/kindaVim.docs/releases/tag/50
Visual Mode coming in kV51.

@godbout
Copy link
Owner

godbout commented Mar 24, 2023

some tweaks for +/CTRL-M in kV51: https://github.com/godbout/kindaVim.docs/releases/tag/51
Visual Mode probably for kV52.

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