1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00
SpaceVim/docs/layers/xmake.md

31 lines
683 B
Markdown
Raw Normal View History

2023-03-28 12:14:51 +08:00
---
title: "SpaceVim xmake layer"
description: "xmake layer provides basic xmake client for SpaceVim."
---
# [Available Layers](../) >> xmake
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Key Mappings](#key-mappings)
<!-- vim-markdown-toc -->
## Description
The `xmake` layer provides basic function for xmake command.
To use this configuration layer, add the following snippet to your custom configuration file.
```toml
[[layers]]
name = "xmake"
```
## Key Mappings
| Key Bingding | Description |
| ------------ | --------------------------- |
| `SPC m x b` | xmake build without running |
| `SPC m x r` | xmake build and running |