From f3e7a780e2d6008815cbbe6b73fc7ccb8589cb09 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 11 Aug 2025 15:46:26 -0500 Subject: [PATCH] fix: drop problematic ctrl-c keybind for bacon, reconfigure binds --- bacon.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bacon.toml b/bacon.toml index 420531f..50d1978 100644 --- a/bacon.toml +++ b/bacon.toml @@ -56,6 +56,6 @@ on_change_strategy = "kill_then_restart" [keybindings] c = "job:clippy" -shift-c = "job:check" -ctrl-shift-c = "job:check-all" -ctrl-c = "job:clippy-all" +alt-c = "job:check" +ctrl-alt-c = "job:check-all" +shift-c = "job:clippy-all"