feat(helix): Added keybind for cargo build

This commit is contained in:
GaspardCulis 2024-09-25 09:37:27 +02:00
parent 6357f999e7
commit 2b3fcd3168

View file

@ -24,6 +24,6 @@ normal = "block"
select = "underline" select = "underline"
[keys.normal] [keys.normal]
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"} backspace = {r = ":sh cargo run", b = ":sh cargo build", p = ":sh python src/main.py"}
a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"] a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"]
A-R = [":clipboard-paste-replace"] A-R = [":clipboard-paste-replace"]