mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:10:05 +08:00
50a8c2522d
Add header into layer file. Add new plugins. * tyru/open-browser-github.vim - open GitHub file/issues/PRs in browser Add key bindings for plugins in github layer. Add README for github layer.
39 lines
1004 B
Markdown
39 lines
1004 B
Markdown
---
|
|
title: "SpaceVim github layer"
|
|
description: "This layer provides GitHub integration for SpaceVim"
|
|
---
|
|
|
|
# [SpaceVim Layers:](https://spacevim.org/layers) github
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Description](#description)
|
|
- [Layer Installation](#layer-installation)
|
|
- [Key bindings](#key-bindings)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Description
|
|
|
|
This layer provides GitHub integration for SpaceVim.
|
|
|
|
## Layer Installation
|
|
|
|
To use this configuration layer, add it to your `~/.SpaceVim.d/init.vim`.
|
|
|
|
```vim
|
|
call SpaceVim#layers#load('github')
|
|
```
|
|
|
|
## 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 |
|
|
|