zed/crates/vim
Conrad Irwin 404b1aa65a
Fix vim selection to include entire range (#2787)
Update vim mode to have vim selection and editor selections match.
Before this we had to adjust between vim selections and real selections
when making changes; now we have to adjust when making selections.

Release Notes:

- vim: Ensure editor selection matches the vim selection
([#1796](https://github.com/zed-industries/community/issues/1796)).
- vim: Fix `s` in visual line mode
- vim: Add `o` and `shift-o` to toggle direction of visual selection
- vim: Fix `v` and `shift-v` to toggle back to normal mode
- vim: Fix block selections like `vi}` to contain correct whitespace
2023-08-15 08:36:17 -06:00
..
src Fix vim selection to include entire range (#2787) 2023-08-15 08:36:17 -06:00
test_data Fix visual selection of trailing newline 2023-07-28 22:38:39 -06:00
Cargo.toml Update status bar theming 2023-07-25 11:06:41 -06:00