fix: drop problematic ctrl-c keybind for bacon, reconfigure binds

This commit is contained in:
2025-08-11 15:46:26 -05:00
parent ee6cb0a670
commit f3e7a780e2

View File

@@ -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"