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

Remove comments

This commit is contained in:
Mo 2023-01-29 16:00:22 +01:00
parent 6fa8e653b6
commit 7339a33040

View file

@ -1,24 +1,6 @@
# Uncomment and change the value (true/false) to
# specify whether bacon should start in summary mode
#
summary = true summary = true
# Uncomment and change the value (true/false) to
# specify whether bacon should start with lines wrapped
#
wrap = true 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] [keybindings]
j = "scroll-lines(1)" j = "scroll-lines(1)"
k = "scroll-lines(-1)" k = "scroll-lines(-1)"