A soft-wrapping movement workaround plugin for kakoune.
Warning
This plugin should NOT work perfectly. The status is just barely usable. So don't put too much hope on it. 😂
With kak-bundle:
bundle wrap-calculator https://github.com/Yukaii/wrap-calculator.kak %{
map global goto J '<esc>:unset-j<ret>' -docstring 'Line move down'
map global goto K '<esc>:unset-k<ret>' -docstring 'Line move up'
}
MIT