1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/bacon/prefs.toml

26 lines
674 B
TOML

# 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)"
g = "scroll-to-top"
shift-g = "scroll-to-bottom"