zed/crates/vim
Conrad Irwin 42df5ef45e
vim: Add multicursor shortcuts (#3032)
Adding a few bindings to bring first class feeling multiselect to zed's
vim emulation.

gn and gN are similar to similar vim bindings, ga is similar to gA (and
I doubt we need vim's real ga), g> and g< are just made up.

Release Notes:

- vim: `g n` / `g N` to select next/previous
- vim: `g >` / `g <` to skip current selection and select next/previous
- vim: `g a` to select all
2023-09-25 17:18:12 -05:00
..
src vim: Add multicursor shortcuts (#3032) 2023-09-25 17:18:12 -05:00
test_data Fix backward search from command 2023-09-20 20:44:42 -06:00
Cargo.toml Flesh out v1.0 of vim : 2023-09-20 20:44:41 -06:00