-
Notifications
You must be signed in to change notification settings - Fork 31
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
allow 'j' and 'k' for jumping eg. when using relative number lines #37
Comments
I'm also interested in this feature, it would be great if jk where allowed to use only when precede by a number |
What is the vim-way to move to the next-line and the line-before crusor? I need this quite often during yanking and pasting. <currentline - 1>gg instead k is not the right kind of hard. |
Sad to see that this is not in there yet. Hardmode would have been perfect 😞 |
for anyone interested, I'm now using vim-hardtime because of this restriction on hardmode. |
I think wikitopian/hardmode is perfectly fine! 'hardtime' philosophy and codebase don't make sense. allow j and k Once a second? annoying! For those that asked (like several years ago..) one faster way is to just do an interactive search with '/'. Ultimately you want to land on the place you are looking at; doing 13j doesn't make sense if you can just do '/my-word' |
Somebody close this issue #37 |
Hello, so far so good trying the HardMode, but the only thing that I think should be allowed is jumping N lines from the cursor position, eg. 10j to move 10 lines bellow, of course I know (and I tend to use) Ngg or NG where N is the fixed number line. Is there a way to add this to the plugin? maybe checking if
j
ork
are preceded with a number?Thanks
The text was updated successfully, but these errors were encountered: