mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 11:15:46 -06:00
fix: drop problematic ctrl-c keybind for bacon, reconfigure binds
This commit is contained in:
@@ -56,6 +56,6 @@ on_change_strategy = "kill_then_restart"
|
|||||||
|
|
||||||
[keybindings]
|
[keybindings]
|
||||||
c = "job:clippy"
|
c = "job:clippy"
|
||||||
shift-c = "job:check"
|
alt-c = "job:check"
|
||||||
ctrl-shift-c = "job:check-all"
|
ctrl-alt-c = "job:check-all"
|
||||||
ctrl-c = "job:clippy-all"
|
shift-c = "job:clippy-all"
|
||||||
|
|||||||
Reference in New Issue
Block a user