1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/docs/layers/tools/zeal.md
2021-06-21 20:39:29 +08:00

37 lines
916 B
Markdown

---
title: "SpaceVim zeal layer"
description: "This layer provides Zeal integration for SpaceVim"
---
# [SpaceVim Layers:](https://spacevim.org/layers) tools#zeal
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Layer Installation](#layer-installation)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
This layer provides Zeal integration for SpaceVim.
## Layer Installation
To use this configuration layer, add it to your `~/.SpaceVim.d/init.toml`.
```toml
[[layers]]
name = "tools#zeal"
```
## Key bindings
| Key Binding | Description |
| ----------- | ---------------------------------------------------- |
| `SPC D d` | search for the word under cursor |
| `SPC D D` | search selected text |
| `SPC D s` | select docset (TIP: use tab completion) and search |