Skip to content

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 07:49
· 13 commits to main since this release
v0.23.0
4b0e6a1

Download the archive for your platform below, extract it and put ttv on
your PATH (for example /usr/local/bin or ~/.local/bin); see the
README for
details. checksums.txt holds the SHA-256 sum of every asset.

Changes since v0.22.0

4b0e6a1 ~ -- bump version to `v0.23.0`
48337f9 + -- hide columns like vim folds: zc collapses the column to a dimmed » marker, zo shows it, za toggles, zR shows all (visual mode acts on the selection); the footer names a hidden column under the cursor, editing a hidden cell opens it, and hidden flags follow their columns through removals, insertions and undo
4875102 + -- tint the row under the cursor with the new cursorline theme role, so the current row can be followed across a wide table while the selected cell keeps the bright cursor style
64d5662 + -- add row and column insertion: ir/or insert an empty row above/below and start typing in it, ic/oc insert an empty column left/right and open its header for a name (sc-im keys), with counts, visual-mode placement, undo and the pending summary ~ -- insertColumns reports the previous row slices so undoing a column insertion gives reallocated rows their old identity back ! -- arm the chord timer only while the UI runs
dc17c70 + -- resolve a key that is both a binding and the start of a chord the way vim's timeoutlen does: it waits half a second for the next key and runs on its own when none comes; the config no longer rejects such prefixes ~ -- factor the post-resolution key handling into dispatch and show pending chord keys in the footer slot

Full diff: v0.22.0...v0.23.0