ronisbr / TerminalPager.jl

Pure Julia implementation of the command less
MIT License
116 stars 8 forks source link

Enter key to move down #23

Closed carstenbauer closed 1 year ago

carstenbauer commented 1 year ago

With less (and partners) one can use the enter key to move down. I realize that I can achieve this with

TerminalPager.set_keybinding("<enter>", :down)

but I would vote for having this as an (additional) default. What do you think?

ronisbr commented 1 year ago

Hi @carstenbauer !

I have no opinion on this! However, if less uses this as default, I think we should also use it here.