spacevim/docs/layers/default.md

35 lines
788 B
Markdown
Raw Normal View History

2024-08-21 14:17:26 +08:00
---
title: "SpaceVim default layer"
description: "SpaceVim's 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's 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 |