Open dudelson opened 7 years ago
Hi @dudelson I made the functions and pushed. Would you check it?
Sorry for the delay. Yes, that works perfectly, thank you!
Actually I played around with it a little more, and it looks like cfw:navi-next-item-command
cycles back to the top of the list when it gets to the bottom, but cfw:navi-prev-item-command
does not cycle back to the bottom of the list when it gets to the top.
I'd like a function called
cfw:navi-prev-item-command
that scrolls in the opposite direction ofcfw:navi-next-item-command
(because some days have a lot of items). Perhaps this could be bound to shift+tab. Normally I would open a pull request for something as simple as this, but unfortunately I don't have time to learn elisp right now, so if there are any takers I'd be much obliged.