zed/crates/editor
Conrad Irwin 404b1aa65a
Fix vim selection to include entire range ()
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
([](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 () 2023-08-15 08:36:17 -06:00
Cargo.toml Add more convert to case commands 2023-08-04 22:45:26 -04:00