zed/crates/vim/src
Max Brunsfeld 030984dca4
Vim: substitute support (#2641)
Release Notes:

- vim mode now supports `s` for substitute
2023-06-23 12:58:14 -07:00
..
normal Vim: substitute support (#2641) 2023-06-23 12:58:14 -07:00
test Eliminate assets crate 2023-06-06 11:46:46 -07:00
editor_events.rs Avoid calling update_window twice in blurred event handler 2023-05-04 16:18:01 +02:00
insert.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
motion.rs vim: Fix 1G 2023-06-22 12:11:14 -06:00
normal.rs Vim: substitute support (#2641) 2023-06-23 12:58:14 -07:00
object.rs Fix remaining vim failures 2023-04-20 15:25:11 -06:00
state.rs Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage 2023-02-23 14:10:55 -08:00
test.rs vim: substitute handles multibyte characters 2023-06-22 13:22:19 -06:00
utils.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
vim.rs vim: Fix 1G 2023-06-22 12:11:14 -06:00
visual.rs vim: Fix 1G 2023-06-22 12:11:14 -06:00