1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-26 14:20:04 +08:00
SpaceVim/docs/cn/layers/tools/dash.md
Wang Shidong 1472a549c6
Doc: improve SpaceVim doc (#1758)
* Update shell layer doc

* Update script for update layer index

* Update script for update layer index

* Update colorscheme layer doc

* Update autocomplete layer doc

* Update checkers layer doc

* Update chinese layer doc

* Update chat layer doc

* Update faq

* Update VersionControl layer doc

* Update help file

* Update cscope layer doc

* Use cn group

* Update debug layer doc

* Update ctrlp layer doc

* Update default layer doc

* Improve the community page

* Improve the community page

* Update default layer doc

* Update denite layer doc

* Update git layer doc

* Update ui layer doc

* Update tags layer doc

* Update leaderf layer doc

* Update fzf layer doc

* Update unite layer doc

* Update tools layer doc

* Update index

* Update tools#dash layer doc

* Update lsp layer doc

* Update faq
2018-05-27 13:05:57 +08:00

36 lines
757 B
Markdown

---
title: "SpaceVim tools#dash 模块"
description: "该模块提供对 Dash 支持,可快速查找光标位置的单词"
lang: cn
---
# [可用模块](../) >> tools#dash
<!-- vim-markdown-toc GFM -->
- [模块描述](#模块描述)
- [启用模块](#启用模块)
- [快捷键](#快捷键)
<!-- vim-markdown-toc -->
## 模块描述
该模块为 SpaceVim 提供了 Dash 集成
## 启用模块
tools#dash 模块默认并为启用,如果需要启用该模块,需要在配置文件里面加入:
```toml
[[layers]]
name = "tools#dash"
```
## 快捷键
| 按键 | 描述 |
| --------- | ------------------------ |
| `SPC D d` | 查询光标下单词 |
| `SPC D D` | 在所有文档中查询光标单词 |