mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
35 lines
777 B
Markdown
35 lines
777 B
Markdown
---
|
|
title: "SpaceVim dash layer"
|
|
description: "This layer provides Dash integration for SpaceVim"
|
|
---
|
|
|
|
# [SpaceVim Layers:](https://spacevim.org/layers) tools#dash
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Layer Installation](#layer-installation)
|
|
- [Key bindings](#key-bindings)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer provides Dash integration for SpaceVim.
|
|
|
|
## Layer Installation
|
|
|
|
To use this configuration layer, add it to your `~/.SpaceVim.d/init.toml`.
|
|
|
|
```vim
|
|
[[layers]]
|
|
name = "tools#dash"
|
|
```
|
|
|
|
## Key bindings
|
|
|
|
| Key Binding | Description |
|
|
| ----------- | ------------------------------------ |
|
|
| `SPC D d` | search word under cursor |
|
|
| `SPC D D` | search word under cursor in all docs |
|