spacevim/docs/api/transient-state.md

25 lines
617 B
Markdown
Raw Normal View History

2024-08-21 14:17:26 +08:00
---
title: "transient state API"
description: "transient state API provides some basic 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 |