1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:30:04 +08:00
SpaceVim/docs/layers/default.md
Lukas bfeca938ec Doc: typo fixes (#2421)
* fix typo in docs/layers/default.md

* fix typos in docs/layers/edit.md
2019-01-07 09:23:14 +08:00

35 lines
784 B
Markdown

---
title: "SpaceVim default layer"
description: "SpaceVim default layer contains no plugins, but It provides some better default config for SpaceVim."
---
# [Available Layers](../) >> default
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Key Mappings](#key-mappings)
<!-- vim-markdown-toc -->
## Description
SpaceVim default layer contains no plugins, but it has some better default config for vim and neovim.
## Install
To use this configuration layer, add it to your configuration file.
```toml
[[layers]]
name = "default"
```
## Key Mappings
| Key binding | Description |
| ------------ | --------------------------- |
| `<Leader> y` | yank to system clipboard |
| `<Leader> p` | paste from system clipboard |