ZIm/crates/vim/src
Max Brunsfeld 436c989e4b
Merge pull request #1109 from zed-industries/fix-vim-clearing-selections
Avoid collapsing selections on editor creation when vim_mode is disabled
2022-06-06 10:32:12 -07:00
..
normal Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
editor_events.rs Avoid switching to visual mode when following in vim mode 2022-05-26 17:02:05 -07:00
insert.rs Passing tests and removed local argument. Also pulled autoscroll argument out to change_selections 2022-05-13 15:55:27 -07:00
motion.rs Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
normal.rs Fixup paste locations 2022-05-26 17:02:05 -07:00
state.rs Unify visual line_mode and non line_mode operators 2022-05-26 17:02:05 -07:00
utils.rs Unify visual line_mode and non line_mode operators 2022-05-26 17:02:05 -07:00
vim.rs Merge pull request #1109 from zed-industries/fix-vim-clearing-selections 2022-06-06 10:32:12 -07:00
vim_test_context.rs WIP 2022-05-26 17:02:05 -07:00
visual.rs Fixup paste locations 2022-05-26 17:02:05 -07:00