mirror of
https://github.com/zed-industries/zed.git
synced 2026-08-22 23:45:58 +00:00
Previously, the `[` and `]` marks always pointed to the yank source location. After a paste operation, they now correctly point to the start and end of the pasted text in the destination buffer. This enables workflows like `v]` to select just-pasted text, and fixes the `gp` keymap pattern shown in the issue. Closes https://github.com/zed-industries/zed/issues/56404 Release Notes: - vim: Made `[` and `]` marks point to the start and end of pasted text after a paste operation. --------- Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com> Co-authored-by: Tom Houlé <tom@tomhoule.com> |
||
|---|---|---|
| .. | ||
| digraph | ||
| helix | ||
| normal | ||
| test | ||
| change_list.rs | ||
| command.rs | ||
| digraph.rs | ||
| helix.rs | ||
| indent.rs | ||
| insert.rs | ||
| mode_indicator.rs | ||
| motion.rs | ||
| normal.rs | ||
| object.rs | ||
| replace.rs | ||
| rewrap.rs | ||
| state.rs | ||
| surrounds.rs | ||
| test.rs | ||
| vim.rs | ||
| visual.rs | ||