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
This commit is contained in:
parent
18b5a87298
commit
be45f32753
3 changed files with 31 additions and 1 deletions
4
crates/vim/test_data/test_shift_y.json
Normal file
4
crates/vim/test_data/test_shift_y.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{"Put":{"state":"helˇlo\n"}}
|
||||
{"Key":"shift-y"}
|
||||
{"Get":{"state":"helˇlo\n","mode":"Normal"}}
|
||||
{"ReadRegister":{"name":"\"","value":"lo"}}
|
Loading…
Add table
Add a link
Reference in a new issue