2018-02-04 21:10:41 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim github layer"
|
|
|
|
description: "This layer provides GitHub integration for SpaceVim"
|
|
|
|
---
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
# [Available Layers](../) >> github
|
2018-02-04 21:10:41 +08:00
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
2018-06-23 14:37:41 +08:00
|
|
|
- [Install](#install)
|
2018-02-04 21:10:41 +08:00
|
|
|
- [Key bindings](#key-bindings)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
This layer provides GitHub integration for SpaceVim.
|
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
## Install
|
2018-02-04 21:10:41 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
To use this configuration layer, add following snippet to your custom configuration file.
|
2018-02-04 21:10:41 +08:00
|
|
|
|
2018-06-23 14:37:41 +08:00
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "github"
|
2018-02-04 21:10:41 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
## Key bindings
|
|
|
|
|
|
|
|
| Key Binding | Description |
|
|
|
|
| ----------- | ------------------------------------ |
|
|
|
|
| `SPC g h i` | show issues |
|
|
|
|
| `SPC g h a` | show activities |
|
|
|
|
| `SPC g h d` | show dashboard |
|
|
|
|
| `SPC g h f` | show current file in browser |
|
|
|
|
| `SPC g h I` | show issues in browser |
|
|
|
|
| `SPC g h p` | show PRs in browser |
|
|
|
|
|