screenkey.nvim
screenkey.nvim copied to clipboard
Screencast your keys in Neovim
- [x] #6 (by @Davidyz) - [x] Clear Screenkey after some time (by u/evergreengt on Reddit) - [x] Add a debug option (by @Makaze) - [x] Key grouping (by u/OkDifference646...
:robot: I have created a release *beep* *boop* --- ## [1.5.0](https://github.com/NStefan002/screenkey.nvim/compare/v1.4.1...v1.5.0) (2024-05-23) ### Features * add an option for map-grouping ([7f93737](https://github.com/NStefan002/screenkey.nvim/commit/7f93737c0344814421edfb1fa6739db70c016da9)) * add an option to show `leader` in mappings...
The idea comes from the @inferst fork of the screenkey.nvim, where the position of the window is hardcoded. Some streamers have their camera on the bottom left corner of the...
The “screenkey” panel is being obscured by other popup windows, such as telescope and lazygit.
### Problem When I press operator + motion combination, screenkey shows duplicate characters like this: |Actually pressed|Screenkey showing| |---|---| |gg|`g..x4`| |zz|`z..x4`| |vw|`v w w`| |viw|`v i w i w`| |zt|`z...
### Problem I want to be able to hide the display of some keys ### Expected behavior Add the appropriate settings to the configuration to disable some keys. I find...
### Problem would be cool if we had like autostart = true and it just autostarts because setting autocmds to VimEnter in lazyvim is a pain ### Expected behavior love...
### Problem ### Just after opening neovim  ### After resizing neovim  ### Steps to reproduce 1. open neovim with `nvim -c "Screenkey toggle` 2. increase/decrease the font size...
:robot: I have created a release *beep* *boop* --- ## [3.0.0](https://github.com/NStefan002/screenkey.nvim/compare/v2.4.2...v3.0.0) (2025-11-15) ### ⚠ BREAKING CHANGES * **log:** remove `save_to_file` option, `OFF` is now default for `min_level` * **events:** extract...
# Add custom highlight group for screenkey text #54 The changes include: - Added `highlight` to the configuration options - Re-fetch highlights when colorscheme changes This allows users to customize...