canola.nvim/lua
Barrett Ruth 9f3177d9e8
fix(view): constrain cursor in insert mode
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:00:53 -04:00
..
canola fix(view): constrain cursor in insert mode 2026-03-08 16:00:53 -04:00
resession/extensions refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00