[]
= "vim-line"
= "A line-oriented vim motions library for TUI applications"
= true
= true
= true
= true
= true
= true
= "README.md"
= ["vim", "editor", "tui", "line-editor"]
= ["text-editors", "command-line-utilities"]
[]
# Default-off so the core stays I/O-free and zero-dep for hosts that only
# need the line editor.
= []
# Opt-in command-history store (see `vim_line::history`). Hosts wanting
# `prev`/`next`/`search`/draft-stash flip this on; arrow / `j` / `k`
# keymap behavior is unchanged either way — only the store availability
# differs.
= []
[]
# Intentionally minimal - this crate should be self-contained
[]