ronisbr / TerminalPager.jl

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

Add <enter> => :down to default keybindings #24

Closed carstenbauer closed 1 year ago

carstenbauer commented 1 year ago

Closes #23

ronisbr commented 1 year ago

Hi @carstenbauer !

Sorry, I completely missed this PR (I did not get the notification). Can you please add a test for this new keybinding?

It should be added here:

https://github.com/ronisbr/TerminalPager.jl/blob/main/test/internals/key_bindings.jl

codecov[bot] commented 1 year ago

Codecov Report

Merging #24 (c7d5a94) into main (51210ef) will decrease coverage by 0.30%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
- Coverage   19.18%   18.87%   -0.31%     
==========================================
  Files          12       12              
  Lines         735      747      +12     
==========================================
  Hits          141      141              
- Misses        594      606      +12     
Impacted Files Coverage Δ
src/input/keybindings.jl 87.50% <ø> (ø)
src/pager.jl 38.61% <0.00%> (-0.61%) :arrow_down:
src/help.jl 0.00% <0.00%> (ø)
src/repl.jl 0.00% <0.00%> (ø)
src/debug.jl 0.00% <0.00%> (ø)
src/screen.jl 0.00% <0.00%> (ø)
src/search.jl 0.00% <0.00%> (ø)
src/input/input.jl 0.00% <0.00%> (ø)
src/command_line.jl 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.