1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:40:06 +08:00

Fix tmux layer

close #3343
This commit is contained in:
Shidong Wang 2020-02-11 20:38:21 +08:00
parent 76afe2650b
commit 23fa591773

View File

@ -2270,9 +2270,19 @@ MAPPINGS
-----------------------------------------------
normal gd rust-definition
normal SPC l d rust-doc
normal SPC l r execute current file
normal SPC l s rust-def-split
normal SPC l x rust-def-vertical
normal SPC l f rustfmt-format
normal SPC l e rls-rename-symbol
normal SPC l u rls-show-references
normal SPC l c b cargo-build
normal SPC l c c cargo-clean
normal SPC l c f cargo-fmt
normal SPC l c t cargo-test
normal SPC l c u cargo-update
normal SPC l c B cargo-bench
normal SPC l c D cargo-docs
normal SPC l c r cargo-run
<
==============================================================================