zed/crates/editor/src
Conrad Irwin d1aa82bb48
vim visual block (#2849)
Release notes:

- vim: add Visual Block mode
([#984](https://github.com/zed-industries/community/issues/984)),
([#1415](https://github.com/zed-industries/community/issues/1415)).
- vim: add support for `a<object>` and `i<object>` in visual modes
- vim: fix scroll shortcuts (`ctrl-{f,b,d,u,e,y}`) in visual modes
- allow `shift-enter` to type a newline.
2023-08-18 09:55:40 -06:00
..
display_map Fix warnings surfaced in Rust 1.71 2023-08-02 09:19:23 -07:00
multi_buffer Fix more inlay_map corner cases and hangings 2023-06-29 22:25:49 +03:00
scroll vim: Fix scrolling 2023-06-26 13:29:14 -06:00
test Get compiling 2023-08-07 19:08:58 -06:00
blink_manager.rs
display_map.rs Fix selection background too 2023-08-07 19:01:04 +01:00
editor.rs vim visual block (#2849) 2023-08-18 09:55:40 -06:00
editor_settings.rs Move hint settings on the language level 2023-06-29 22:39:18 +03:00
editor_tests.rs Respect completion resolve server capabilities 2023-08-18 16:55:47 +03:00
element.rs Fix vim selection to include entire range (#2787) 2023-08-15 08:36:17 -06:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Add components example 2023-08-15 03:06:43 -07:00
inlay_hint_cache.rs Better multibuffer tests 2023-08-16 23:38:11 +03:00
items.rs Add PathExt trait (#2823) 2023-08-03 18:57:43 -04:00
link_go_to_definition.rs feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
mouse_context_menu.rs
movement.rs Tidy-up 2023-08-16 22:29:28 -06:00
multi_buffer.rs Tidy-up 2023-08-16 22:29:28 -06:00
persistence.rs
scroll.rs Use InlayHint instead of Inlay where appropriate 2023-08-16 23:38:11 +03:00
selections_collection.rs Vim visual block mode 2023-08-15 16:00:50 -06:00
test.rs