From 7339a3304073e41f67b99832e5a5b37fa5f745c1 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sun, 29 Jan 2023 16:00:22 +0100 Subject: [PATCH] Remove comments --- .config/bacon/prefs.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.config/bacon/prefs.toml b/.config/bacon/prefs.toml index 4603f83..0dbe54a 100644 --- a/.config/bacon/prefs.toml +++ b/.config/bacon/prefs.toml @@ -1,24 +1,6 @@ -# 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)"