Any way to change default listing navigation keys? #134

Closed
opened 2021-04-18 01:06:17 +03:00 by omarkamalakis · 3 comments

I really like meli thus far, but my biggest gripe is that I can't seem to change the default keys (the arrow keys) to vim-like keybindings like j and k. I have no trouble changing the other shortcuts. Is there a way to do this in the config file or is this not possible yet?

I really like meli thus far, but my biggest gripe is that I can't seem to change the default keys (the arrow keys) to vim-like keybindings like j and k. I have no trouble changing the other shortcuts. Is there a way to do this in the config file or is this not possible yet?

Hello, apologies for the late response. For anyone interested in this, it's enough to
set the following as stated in the config file manpage:

[shortcuts.listing]
scroll_up = 'k'
scroll_down = 'j'

I will push a commit to make this default, thank you!

Hello, apologies for the late response. For anyone interested in this, it's enough to set the following as stated in the [config file manpage](https://git.meli.delivery/meli/meli/src/branch/master/docs/meli.conf.5): ```toml [shortcuts.listing] scroll_up = 'k' scroll_down = 'j' ``` I will push a commit to make this default, thank you!

Hi, I looked at your link: https://git.meli.delivery/meli/meli/src/branch/master/docs/meli.conf.5

scroll_up and scroll_down are not listed under listing.

Hi, I looked at your link: https://git.meli.delivery/meli/meli/src/branch/master/docs/meli.conf.5 `scroll_up` and `scroll_down` are not listed under `listing`.

@hasufell you're right! I made an issue for this and will try to update the manpage with current shortcuts.

@hasufell you're right! I made an issue for this and will try to update the manpage with current shortcuts.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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: meli/meli#134
There is no content yet.