Vibe.TUI.Keymap (vibe v0.2.0)

Copy Markdown View Source

Maps Ghostty keyboard events and fallback terminal bytes to Vibe editor actions.

Summary

Types

key()

@type key() :: Vibe.UI.Editor.key()

Functions

from_bytes(data)

@spec from_bytes(binary()) :: [key()]

from_event(event)

@spec from_event(Ghostty.KeyEvent.t()) :: [key()]