# Uncomment and change the value (true/false) to # specify whether bacon should start in summary mode # summary = true # Uncomment and change the value (true/false) to # specify whether bacon should start with lines wrapped # wrap = true # In "reverse" mode, the focus is at the bottom, item # order is reversed, and the status bar is on top # # reverse = true # Uncomment this to have bacon always export locations # This is equivalent to always adding -e to bacon commands # but can still be cancelled on specific launches with -E # # export_locations = true [keybindings] j = "scroll-lines(1)" k = "scroll-lines(-1)" h = "scroll-pages(1)" l = "scroll-pages(-1)" g = "scroll-to-top" shift-g = "scroll-to-bottom"