lang/rust: update keybinds for new map!
This commit is contained in:
parent
56a2c15c44
commit
02624251c1
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@
|
|||
(map! :map rust-mode-map
|
||||
:localleader
|
||||
:prefix "b"
|
||||
:desc "cargo build" :n "b" (λ! (compile "cargo build --color always"))
|
||||
:desc "cargo check" :n "c" (λ! (compile "cargo check --color always"))
|
||||
:desc "cargo run" :n "r" (λ! (compile "cargo run --color always"))
|
||||
:desc "cargo test" :n "t" (λ! (compile "cargo test --color always"))))
|
||||
:desc "cargo build" "b" (λ! (compile "cargo build --color always"))
|
||||
:desc "cargo check" "c" (λ! (compile "cargo check --color always"))
|
||||
:desc "cargo run" "r" (λ! (compile "cargo run --color always"))
|
||||
:desc "cargo test" "t" (λ! (compile "cargo test --color always"))))
|
||||
|
||||
|
||||
(def-package! racer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue