ZIm/crates/vim/src
2023-05-04 12:04:30 +02:00
..
normal Initialize the active editor when vim mode is enabled 2023-04-20 14:02:40 -06:00
test Remove ReadView and UpdateView traits 2023-04-24 17:36:14 +02:00
editor_events.rs Fix vim mode crash when active editor changes in inactive window 2023-04-27 10:43:35 -07:00
insert.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
motion.rs Remove stray dbg! statements 2023-04-21 10:49:47 +02:00
normal.rs Remove unnecessary replace 2023-04-20 15:26:48 -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 fix broken test 2023-01-17 17:35:39 -08:00
utils.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
vim.rs Avoid re-allocating KeymapContext after every view notification 2023-05-04 12:04:30 +02:00
visual.rs Initialize the active editor when vim mode is enabled 2023-04-20 14:02:40 -06:00