Results 9 issues of Josh

I came across an example of having movement keys mapped in a normal mode equivalent at https://github.com/dbmrq/dotfiles/blob/master/home/.hammerspoon/vim.lua Perhaps this can be leveraged/referenced to support similar functionality in ki.

"int his" -> "in this" "inlcuding" -> "include"

Update default keybinding definition to support defaults string from hs.spoons.use Supports using: hs.spoons.use("Lunette", { hotkeys = "default" }) This is the same as using: hs.loadSpoon("Lunette") spoon.Lunette:bindHotkeys(spoon.Lunette.defaultHotkeys)

Fix for zone name customization in HA 0.103 and handle timestamps more robustly.

## Describe the problem Add a key usage statistics output so I know how many keys I have used or have available. ## Describe the solution Something that shows X...

Refactor the layouts.lua so it's easier to understand the phases of the rendering. I think it would be nice to define a keyboard layout, e.g. the number of characters on...

Navigating through the window should be natural, specifically movement should be between keycaps rather than individual characters.

It would be neat if the keyboard could indicate how many modes have a mapping for the same key. Perhaps it could be a gradient from red to green where...

This introduces a simple command to toggle the virtual column for a buffer. I chose to implement this because I felt like it was simple enough to implement and would...