v0.3.0
Prise v0.3.0 — "Dear Ambellina"
Input handling improvements, macOS enhancements, and better Lua type safety.
Highlights
- macOS Option-as-Alt — New
macos_option_as_altconfig for proper alt key behavior (@beyang) - Session Naming on Creation — Name sessions directly with
prise --session-name <name>(@hobbescodes) - Leader Key Pass-through — Press leader twice to send the leader key combo to the terminal (@beyang)
- Text Input Shortcuts — Navigation and editing shortcuts for text inputs (Ctrl+A/E, Ctrl+W, etc.)
Features
macOS Option Key Support
Configure Option key to behave as Alt for terminal applications. Set macos_option_as_alt to "left", "right", or "both" in your config. (@beyang)
Session Naming
Create named sessions directly from the command line:
prise --session-name my-project
Previously required creating a session then renaming it. (@hobbescodes)