Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

HeitorAugustoLN/showkeys.hx

A Helix plugin to display pressed keys on screen

HeitorAugustoLN/showkeys.hx.json
{
"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"
}

A Helix plugin to display pressed keys on screen.

showkeys.webm

:showkeys-toggle to enable/disable.

Follow the instructions here to install Helix on the plugin branch.

Then, install the plugin with:

Terminal window
forge pkg install --git https://github.com/HeitorAugustoLN/showkeys.hx.git

Once installed, you can add the following to init.scm in your Helix config directory:

(require "showkeys/showkeys.scm")

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.