zed/crates/vim
Conrad Irwin 1b4dd49b1d Vim visual block mode
This isn't quite an exact emulation, as instead of using one selection
that is magically in "column mode", we emulate it with a bunch of zed
multi-selections (one per line).

I think this is better, as it requires fewer changes to the codebase,
and lets you see the impact of any changes immediately on all lines.

Fixes: zed-industries/community#984
2023-08-15 16:00:50 -06:00
..
src Vim visual block mode 2023-08-15 16:00:50 -06:00
test_data Vim visual block mode 2023-08-15 16:00:50 -06:00
Cargo.toml Update status bar theming 2023-07-25 11:06:41 -06:00