mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:20:06 +08:00
b448b0a40f
Impore the git transtate key binding, and add a plugin for view git log.
25 lines
618 B
Markdown
25 lines
618 B
Markdown
---
|
|
title: "transient state api"
|
|
description: "transient state API provides some besic functions and values for current os."
|
|
---
|
|
|
|
# [Available APIs](../) >> transient state
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
- [Intro](#intro)
|
|
- [functions](#functions)
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
## Intro
|
|
|
|
transient state api provides functions for defining transient state key bindings. For example, the
|
|
buffer transient state key binding (`SPC b .`).
|
|
|
|
## functions
|
|
|
|
| name | description |
|
|
| ------------- | ----------------------------------- |
|
|
| `defind_keys` | define transient state key bindings |
|