mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
e402d7e96a
Release Notes: - vim: Added `-`/`+` to go to beginning of line above/below ([#14183](https://github.com/zed-industries/zed/issues/14183)). - vim: (Breaking) Removed non-standard builtin binding from `-` to open the project panel. You can re-add it to your keymap file with: `{"context":"VimControl", "bindings":{ "-": "pane::RevealInProjectPanel"}}` Optionally, include screenshots / media showcasing your addition that can be included in the release notes. https://github.com/zed-industries/zed/assets/32429059/0e9e9348-265e-4a81-a45a-4739034dc5d9 --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
8 lines
256 B
JSON
8 lines
256 B
JSON
{"Put":{"state":"one\n two\nthrˇee\n"}}
|
|
{"Key":"-"}
|
|
{"Get":{"state":"one\n ˇtwo\nthree\n","mode":"Normal"}}
|
|
{"Key":"-"}
|
|
{"Get":{"state":"ˇone\n two\nthree\n","mode":"Normal"}}
|
|
{"Key":"+"}
|
|
{"Get":{"state":"one\n ˇtwo\nthree\n","mode":"Normal"}}
|