https://github.com/aekasitt/aegis.nvim
Keystroke caster built within Neovim that is plugin-aware and adapts against overcast
https://github.com/aekasitt/aegis.nvim
builtin keycast keycaster keystroke lua neovim neovim-plugin neovim-plugin-lua neovim-plugins plugin
Last synced: 10 months ago
JSON representation
Keystroke caster built within Neovim that is plugin-aware and adapts against overcast
- Host: GitHub
- URL: https://github.com/aekasitt/aegis.nvim
- Owner: aekasitt
- License: mit
- Created: 2025-05-09T19:58:04.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-05-28T17:59:18.000Z (10 months ago)
- Last Synced: 2025-05-28T19:05:45.139Z (10 months ago)
- Topics: builtin, keycast, keycaster, keystroke, lua, neovim, neovim-plugin, neovim-plugin-lua, neovim-plugins, plugin
- Language: Lua
- Homepage:
- Size: 385 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aegis.nvim
[](https://neovim.io)
[](https://github.com/aekasitt/aegis.nvim)
[](https://github.com/aekasitt/aegis.nvim)
[](https://github.com/aekasitt/aegis.nvim)

### Lazy
```lua
{
'aekasitt/aegis.nvim',
cmd = 'AegisToggle',
}
```
## Usage
`AegisToggle`
```lua
{
'aekasitt/aegis.nvim',
cmd = 'AegisToggle',
opts = {
timeout = 1,
maxkeys = 5,
}
}
```
### Acknowledgements
1. [นฤชา - Narucha](https://www.f0nt.com/release/sov-narucha) typeface by [uvSOV - Worawut Thanawatanawanich](https://fb.com/worawut.thanawatanawanich)
1. [nvzone/showkeys](https://github.com/nvzone/showkeys) plugin written by the amazing [@nvzone](https://github.com/nvzone)
as original fork and inspiration
## License
This project is licensed under the terms of the MIT license.