2018-05-27 13:05:57 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim default layer"
|
2021-06-21 20:39:29 +08:00
|
|
|
description: "SpaceVim's default layer contains no plugins, but It provides some better default config for SpaceVim."
|
2018-05-27 13:05:57 +08:00
|
|
|
---
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
# [Available Layers](../) >> default
|
2018-05-27 13:05:57 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Install](#install)
|
|
|
|
- [Key Mappings](#key-mappings)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
2017-02-10 21:52:59 +08:00
|
|
|
|
2021-06-21 20:39:29 +08:00
|
|
|
SpaceVim's default layer contains no plugins, but it has some better default config for vim and neovim.
|
2017-02-10 21:52:59 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, add it to your configuration file.
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "default"
|
|
|
|
```
|
|
|
|
|
2017-02-10 21:52:59 +08:00
|
|
|
## Key Mappings
|
2018-05-27 13:05:57 +08:00
|
|
|
|
|
|
|
| Key binding | Description |
|
|
|
|
| ------------ | --------------------------- |
|
|
|
|
| `<Leader> y` | yank to system clipboard |
|
|
|
|
| `<Leader> p` | paste from system clipboard |
|