GNU/Linux xterm-256color zsh 1001 views

It took quite some tinkering to get this working, but finally figured out a keybind to reflow a whole paragraph. It’s not ideal since it doesn’t save the cursor position.

To use it, add the following to your helix config.toml

[keys.normal]
C-x = ":reflow"
A-a = "@map<C-x>o<left><esc>"