tass
tass copied to clipboard
Add space and ctrl-b keybindings to page down/up
They are the same key bindings as less.
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.
While we're at it, should we also add 'f' for pagedown?
Sure