-
Notifications
You must be signed in to change notification settings - Fork 105
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
faster way to navigate lines #263
Comments
You can try |
i feel like for quickly navigating thru a large file without knowing much about its contents or line numbers, |
I meant, you can use |
@KiaraGrouwstra as you can read in #158 this is considered a feature and not a problem. I really like how it works! you can browse up or down ... and comeback to where you were! if you don't want to comeback .. you use the f option to choose where exactly you want to stay. Just define something like:
|
@PPGC thanks. here's a version of keymap:
normal:
page_up:
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
- "cursor::move_up"
page_down:
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down"
- "cursor::move_down" |
Is your feature request related to a problem? Please describe.
After opening a file, I tend to move the cursor to the part of the file I'm interested in, which may well be down a bit.
I'd expect for e.g. PageDown to move the cursor down by a screen, but instead find it to not move the cursor at all.
Describe the solution you'd like
Have PageDown move the cursor, or have some other alternative to move the cursor by more than a line.
Describe alternatives you've considered
jjjjjjjjjjjjjjjjjjjjjjjjjjjjj
Additional context
n/a
The text was updated successfully, but these errors were encountered: