As a user, I'd like to have options to scroll up and down quicker #13

Closed
opened 2019-05-14 19:46:38 +00:00 by sloum · 2 comments
Owner

Right now screen navigation only functions via j and k for down and up respectively. Adding more movement options might be a good call. I have noticed it feeling annoying to go line by line on longer pages.

The proposed solution is to add hot keys for J and K (the uppercase being a reasonable mnemonic for a bigger up or down). Rather than full page up or page down I am thinking half or three quarters makes good sense. That way you can still have a sense of where you were in a page.

Right now screen navigation only functions via j and k for down and up respectively. Adding more movement options might be a good call. I have noticed it feeling annoying to go line by line on longer pages. The proposed solution is to add hot keys for J and K (the uppercase being a reasonable mnemonic for a bigger up or down). Rather than full page up or page down I am thinking half or three quarters makes good sense. That way you can still have a sense of where you were in a page.
sloum added the
enhancement
help wanted
labels 2019-05-14 19:46:38 +00:00
sloum changed title from Add hotkeys to page up and page down to As a user, I'd like to have options to scroll up and down quicker 2019-05-14 20:09:04 +00:00
Author
Owner

The other thought I have is to do d and u, similar to vim's ctl-d and ctl-u. Not sure which way would be best to go.

The other thought I have is to do `d` and `u`, similar to vim's `ctl-d` and `ctl-u`. Not sure which way would be best to go.
Author
Owner

Closed by #19

Page up is done with u and page down is done with d. This is close to in line with Vim's ctl-u and ctl-d.

Having tried a few distances, the only one that felt comfortable was a full page up/down. 3/4 did not have a good feel and felt unpredictable. As a result a full page was used. This is an easily modifiable thing if it needs to be revisited later.

Closed by https://tildegit.org/sloum/bombadillo/pulls/19 Page up is done with `u` and page down is done with `d`. This is close to in line with Vim's `ctl-u` and `ctl-d`. Having tried a few distances, the only one that felt comfortable was a full page up/down. 3/4 did not have a good feel and felt unpredictable. As a result a full page was used. This is an easily modifiable thing if it needs to be revisited later.
sloum closed this issue 2019-05-25 04:03:20 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sloum/bombadillo#13
No description provided.