HeitorAugustoLN/showkeys.hx
A Helix plugin to display pressed keys on screen
{ "createdAt": "2025-09-19T19:23:15Z", "defaultBranch": "main", "description": "A Helix plugin to display pressed keys on screen", "fullName": "HeitorAugustoLN/showkeys.hx", "homepage": "", "language": "Scheme", "name": "showkeys.hx", "pushedAt": "2025-09-20T20:03:18Z", "stargazersCount": 25, "topics": [], "updatedAt": "2025-11-17T06:57:07Z", "url": "https://github.com/HeitorAugustoLN/showkeys.hx"}showkeys.hx
Section titled “showkeys.hx”A Helix plugin to display pressed keys on screen.
:showkeys-toggle to enable/disable.
Installation
Section titled “Installation”Follow the instructions here to install Helix on the plugin branch.
Then, install the plugin with:
forge pkg install --git https://github.com/HeitorAugustoLN/showkeys.hx.gitOnce installed, you can add the following to init.scm in your Helix config directory:
(require "showkeys/showkeys.scm")Limitations
Section titled “Limitations”Due to the way the Helix plugin system handles events, this plugin does not capture or display keys pressed while in command mode (e.g., after pressing :). It works correctly in other modes like normal and insert mode.