zed/crates/vim/src
2023-02-28 16:34:28 -08:00
..
normal fix final failing tests 2022-12-08 14:39:48 -08:00
test wip 2023-02-16 12:23:45 -08:00
editor_events.rs More vim fixes and move some more things out of app.rs 2023-02-13 13:50:37 -08:00
insert.rs Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
motion.rs Fix enter in normal mode acting incorrectly 2023-02-23 13:40:31 -08:00
normal.rs Added DisplayRow abstraction to make folding code more readable 2023-02-28 16:34:28 -08:00
object.rs Fix panic in vim motion when not listed as exclusive and add features enum to capture why tests are ignored 2022-10-24 18:27:56 -07: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 fix broken test 2023-01-17 17:35:39 -08:00
utils.rs 🎨 Rename and simplify some autoindent stuff 2022-07-28 22:40:30 -07:00
vim.rs fix sqlez warning, introduce tab and enter bindings to vim for inputing tab and enter text when waiting for text 2023-02-13 13:50:37 -08:00
visual.rs wip 2023-02-16 12:23:45 -08:00