godbout / kindaVim.docs

Ultimate Vim Mode for macOS
https://kindavim.app
625 stars 4 forks source link

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

Open eleanormally opened 1 year ago

eleanormally commented 1 year ago

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 commented 1 year ago

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

godbout commented 1 year ago

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 commented 1 year ago

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

godbout commented 1 year ago

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