Skip to content

HeitorAugustoLN/showkeys.hx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

showkeys.hx

A Helix plugin to display pressed keys on screen.

showkeys.webm

Usage

:showkeys-toggle to enable/disable.

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

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

(require "showkeys/showkeys.scm")

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.

About

A Helix plugin to display pressed keys on screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages