2019-01-01 20:43:33 +08:00
|
|
|
---
|
2020-09-14 22:47:49 +08:00
|
|
|
title: "transient state API"
|
2020-09-12 23:09:38 +08:00
|
|
|
description: "transient state API provides some basic functions and values for current os."
|
2019-01-01 20:43:33 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# [Available APIs](../) >> transient state
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Intro](#intro)
|
|
|
|
- [functions](#functions)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Intro
|
|
|
|
|
2019-01-07 21:15:22 +08:00
|
|
|
transient state api provides functions for defining transient state key bindings. For example, the
|
2019-01-01 20:43:33 +08:00
|
|
|
buffer transient state key binding (`SPC b .`).
|
|
|
|
|
|
|
|
## functions
|
|
|
|
|
|
|
|
| name | description |
|
|
|
|
| ------------- | ----------------------------------- |
|
|
|
|
| `defind_keys` | define transient state key bindings |
|