![]() This Pull Request fixes the current paste behavior in vim mode, when in visual mode, and the cursor is at a newline character. Currently this joins the pasted contents with the line right below it, but in vim this does not happen, so these changes make it so that Zed's vim mode behaves the same as vim for this specific case. Closes #29270 Release Notes: - Fixed pasting in vim's visual line mode when cursor is on a newline character |
||
---|---|---|
.. | ||
change.rs | ||
convert.rs | ||
delete.rs | ||
increment.rs | ||
mark.rs | ||
paste.rs | ||
repeat.rs | ||
scroll.rs | ||
search.rs | ||
substitute.rs | ||
toggle_comments.rs | ||
yank.rs |