Skip to content

Write 1.2.0

Choose a tag to compare

@wsoule wsoule released this 14 Sep 15:59
· 4 commits to main since this release

Write is now a modal editor. Documents open in normal mode; i starts writing, Esc goes back.

  • Motions: h j k l, w b e (and W B E), 0 ^ $, gg G, { }, f t F T with ; , — all with counts (3w, 5G)
  • Operators: d c y with any motion, dd cc yy, x X, p P, u ^R, . repeat
  • Insert entry: i a I A o O — o continues a list like Return does
  • Visual and visual-line modes: v V, then motions, then d c y x p
  • j/k move by display line, since in prose a line is a paragraph
  • Footer shows the mode and any pending keys; the caret is a block outside insert mode
  • Command-key shortcuts (⌘S, ⌘K, ⌘F, …) work in every mode

Not yet: text objects (iw, ip), / search, named registers, marks, : commands.

Install or upgrade with Homebrew: brew install --cask wsoule/tap/write-md