mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 13:00:04 +08:00
34 lines
785 B
Markdown
34 lines
785 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.vim`.
|
||
|
|
||
|
```vim
|
||
|
call SpaceVim#layers#load('tools#dash')
|
||
|
```
|
||
|
|
||
|
## Key bindings
|
||
|
|
||
|
| Key Binding | Description |
|
||
|
| ----------- | ------------------------------------ |
|
||
|
| `SPC D d` | search word under cursor |
|
||
|
| `SPC D D` | search word under cursor in all docs |
|