My old suite had:
- Universal VIM movement w/ CapsLock
- App launch hotkeys
- App-specific hotkeys
- Easy text-expansion
Hasn't been updated in years, but here is the repo for those interested: https://github.com/denolfe/autohotkey
Or a nice boilerplate to start from: https://github.com/denolfe/AutoHotkeyBoilerplate
A few things that keep me from switching to it full time:
- Missing search scrollback (cmd+f). This appears to be coming soon: https://github.com/ghostty-org/ghostty/issues/189
- More of a nitpick than anything, but the only way to disable cursor blinking is to disable shell integration. Unfortunately, this means taking away things like native scrolling and likely some other things I don't know about. I see there is a discussion here to possibly address this: https://github.com/ghostty-org/ghostty/discussions/2812
I feel like this would be a no-brainer switch for me once the above are addressed.