zed/crates/vim/test_data/test_shift_y.json
Vishal Bhavsar be45f32753
vim: Fix 'Y' to yank to end of line (#14783)
Instead of yanking the entire line.

Release Notes:

- vim: Updated `Y` to yank to end of line (like neovim)
https://github.com/zed-industries/zed/issues/14771
2024-07-18 22:34:40 -06:00

5 lines
138 B
JSON

{"Put":{"state":"helˇlo\n"}}
{"Key":"shift-y"}
{"Get":{"state":"helˇlo\n","mode":"Normal"}}
{"ReadRegister":{"name":"\"","value":"lo"}}