zed/crates/vim/test_data/test_plus_minus.json
sherwyn e402d7e96a
vim: Add support for vim::PreviousLineStart motion (#14193)
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>
2024-07-11 16:36:07 -06:00

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"}}