idvorkin / Vim-Keybindings-For-Onenote

Replicate the vim keybindings in OneNote.
117 stars 18 forks source link

Implement #g (go to line) #18

Closed BlueDrink9 closed 7 years ago

BlueDrink9 commented 7 years ago

Will rely on a method to get the current line number. Can be relatively moved from there.

idvorkin commented 7 years ago

I tried out up and down after your changes. It's pretty slow

On Sun, Jun 18, 2017 at 10:28 PM BlueDrink9 notifications@github.com wrote:

Relies on #12 https://github.com/idvorkin/Vim-Keybindings-For-Onenote/issues/12

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/idvorkin/Vim-Keybindings-For-Onenote/issues/18#issuecomment-309342130, or mute the thread https://github.com/notifications/unsubscribe-auth/AARJlYNPeIlh2Mi3mwKLRmY1jzYk7s02ks5sFgbugaJpZM4NsscU .

BlueDrink9 commented 7 years ago

10

Yup. I might add an option to change up and down. Slow but accurate vs fast and inaccurate. It's slowest at the start of the line, because it has to wait for the clipboard copy to time out. I'll shorten the timeout. Should be fine. I must apologise, I've been a whirlwind of implementation and haven't done much robust testing, but I'll be focusing on that now, seeing as all the easy stuff is in.