zed/crates/vim/src
Nathan Sobo 04d93dfbd9
vim: indent/outdent (#2644)
Release Notes:

- vim: support indent/outdent
([#832](https://github.com/zed-industries/community/issues/832>)).
2023-06-27 04:15:55 -06:00
..
normal Vim toggle case (#2648) 2023-06-27 04:13:24 -06: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 toggle case (#2648) 2023-06-27 04:13:24 -06: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: indent/outdent 2023-06-26 10:08:34 -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