ZIm/crates/vim/src
Antonio Scandurra 912a4cf549 Avoid calling update_window twice in blurred event handler
This was preventing us from unhooking vim when performing a rename,
which prevented typing in the rename editor.
2023-05-04 16:18:01 +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 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 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 Filter out vim commands when vim mode is disabled 2023-05-04 14:52:34 +02:00
visual.rs Initialize the active editor when vim mode is enabled 2023-04-20 14:02:40 -06:00