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