Skip to content

Instantly share code, notes, and snippets.

@Zaloog
Zaloog / vim-textarea.py
Last active December 26, 2025 06:18
textual-textarea with some vim bindings
# /// script
# requires-python = ">=3.13"
# dependencies = [
# "textual",
# ]
# ///
from enum import Enum
from textual.events import Key
from textual.app import App