Commit Briefs

Omar Polo

add cd up/down and home



Omar Polo

fix quit type


Omar Polo

mark targets as PHONY



Omar Polo

add to changelog


Omar Polo

add to changelog


Omar Polo

change parens style



Omar Polo

update README.md


Omar Polo

add keybindings to the manual


Omar Polo

rewrite the keybindings management

use a table to define all the keys and split actions into separate functions. It's cleaner to support multiple keys bound to the same action this way (like for e.g. PAGE_DOWN and C-v.)


Omar Polo

handy DEBUG variable

really handy for things like make DEBUG='-O0 -g' or to decomment it during development.


Omar Polo

const-ify


Omar Polo

bind ? to spawn `man fm'