Files
neovim/runtime/lua/vim
Justin M. Keyes 2124f968a6 feat(multicursor): "]C"/"[C" leave a cursor at old position #41681
Problem:
`]C` jumps the primary onto another cursor, which dedupes at the next
edit. Every `]C` consumes a cursor.

Solution:
`]C` adds a cursor at the current position before jumping. This
effectively "rotates" the primary cursor.
2026-09-04 06:28:42 -04:00
..
2026-09-03 19:17:25 +01:00
2026-09-03 19:17:25 +01:00
2026-09-03 19:17:25 +01:00
2026-01-09 10:07:15 +01:00
2026-08-25 13:32:25 +02:00