mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Add a warning about the multi cursor spec being under discussion
This commit is contained in:
parent
67763029fc
commit
5a3e9a5567
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ The multiple cursors protocol
|
|||
|
||||
.. versionadded:: 0.43.0
|
||||
|
||||
.. warning::
|
||||
This protocol is under public discussion in :iss:`8927`. It is subject to
|
||||
change until that discussion is completed.
|
||||
|
||||
Many editors support something called *multiple cursors* in which you can make
|
||||
the same changes at multiple locations in a file and the editor shows you
|
||||
cursors at each of the locations. In a terminal context editors typically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue