screenkey.nvim icon indicating copy to clipboard operation
screenkey.nvim copied to clipboard

Screencast your keys in Neovim

Results 15 screenkey.nvim issues
Sort by recently updated
recently updated
newest added

- [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...

autorelease: pending

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.

enhancement

### 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...

bug
help wanted

### 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...

enhancement

### 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...

enhancement

### Problem ### Just after opening neovim ![image](https://github.com/NStefan002/screenkey.nvim/assets/100767853/9c097141-1c54-4959-8beb-d49c4eda4df3) ### After resizing neovim ![image](https://github.com/NStefan002/screenkey.nvim/assets/100767853/0f1e7544-f7dd-4f03-b854-7940617742bd) ### Steps to reproduce 1. open neovim with `nvim -c "Screenkey toggle` 2. increase/decrease the font size...

bug
help wanted

: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...

autorelease: pending

# 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...

enhancement