feat(helix): Added keybind for cargo build
This commit is contained in:
parent
6357f999e7
commit
2b3fcd3168
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ normal = "block"
|
|||
select = "underline"
|
||||
|
||||
[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-R = [":clipboard-paste-replace"]
|
||||
|
|
Loading…
Reference in a new issue