asayers / tass

Like less, but for tabular data
The Unlicense
17 stars 4 forks source link

Add space and ctrl-b keybindings to page down/up #6

Open maoe opened 3 months ago

maoe commented 3 months ago

They are the same key bindings as less.

asayers commented 3 months ago

Looking at the manpage, it looks like less accepts 'b' with or without a ctrl modifier. If we mimic that behaviour we can simplify the code a bit. I'll confirm that less actually behaves this way when I get home.

asayers commented 3 months ago

While we're at it, should we also add 'f' for pagedown?

maoe commented 3 months ago

Sure