Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvzone/showkeys
Minimal Eye-candy keys screencaster for Neovim 200 ~ LOC
https://github.com/nvzone/showkeys
beautiful keys lua neovim neovim-plugin nvchad nvim screenkey
Last synced: 1 day ago
JSON representation
Minimal Eye-candy keys screencaster for Neovim 200 ~ LOC
- Host: GitHub
- URL: https://github.com/nvzone/showkeys
- Owner: nvzone
- License: gpl-3.0
- Created: 2024-10-07T01:00:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-06T07:15:29.000Z (10 days ago)
- Last Synced: 2024-11-06T08:24:04.706Z (10 days ago)
- Topics: beautiful, keys, lua, neovim, neovim-plugin, nvchad, nvim, screenkey
- Language: Lua
- Homepage:
- Size: 47.9 KB
- Stars: 141
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Showkeys
Eye-candy keys screencaster for Neovim
https://github.com/user-attachments/assets/a85d6546-b457-49b6-aca6-c9b0410d3512
## Install```lua
{ "nvzone/showkeys", cmd = "ShowkeysToggle" }
```## Usage
`ShowkeysToggle`
## Config
Check the [config table here](https://github.com/NvChad/showkeys/blob/main/lua/showkeys/state.lua#L7)
```lua
{
"siduck/showkeys",
cmd = "ShowkeysToggle",
opts = {
timeout = 1,
maxkeys = 5,
-- more opts
}
}
```## :gift_heart: Support
If you like NvChad or its plugins and would like to support it via donation
[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/siduck)
[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/siduck13)
[![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/siduck)
[![patreon](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://www.patreon.com/siduck)