canola.nvim/doc
Barrett Ruth 425a53d2fa
fix(view): constrain cursor in insert mode (#93)
Problem: `constrain_cursor` only fired on `CursorMoved` and
`ModeChanged`, so arrow key navigation in insert mode could move
the cursor into the concealed ID prefix area.

Solution: add `CursorMovedI` to the autocmd event list. The
`constrain_cursor()` function is already mode-agnostic.
2026-03-08 16:02:09 -04:00
..
canola.txt feat: add toggle() API for regular windows (#88) 2026-03-08 15:33:45 -04:00
upstream.md fix(view): constrain cursor in insert mode (#93) 2026-03-08 16:02:09 -04:00