mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
bf9b443b4a
Release Notes: - Resolves #4273 @algora-pbc /claim #4273 This is a work-in-progress. The process for `gn` command is: - maintain updated vim.workspace_state.search.initial_query - modify editor.select_next_state with vim.workspace_state.search.initial_query - use editor.select_next() - merge selections - set editor.select_next_state to previous state To make this possible, several private members and editor structures are made public. `gN` is not yet implemented and the cursor still does not jump to the next selection in the first use. Maybe there is an better way to do this? --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
15 lines
349 B
JSON
15 lines
349 B
JSON
{"Put":{"state":"aaˇ aa aa aa aa"}}
|
|
{"Key":"/"}
|
|
{"Key":"a"}
|
|
{"Key":"a"}
|
|
{"Key":"enter"}
|
|
{"Get":{"state":"aa ˇaa aa aa aa","mode":"Normal"}}
|
|
{"Key":"d"}
|
|
{"Key":"g"}
|
|
{"Key":"n"}
|
|
{"Get":{"state":"aa ˇ aa aa aa","mode":"Normal"}}
|
|
{"Key":"."}
|
|
{"Get":{"state":"aa ˇ aa aa","mode":"Normal"}}
|
|
{"Key":"."}
|
|
{"Get":{"state":"aa ˇ aa","mode":"Normal"}}
|