zed/crates/vim/src
Nathan Sobo daf999c3be Fully disable vim mode on start unless it's enabled
Also: Make some structural adjustments to remove the need for defer. Instead of accessing the global in associated VimState functions, have a single method that allows us to call update instance methods.
2022-03-26 19:19:12 -06:00
..
editor_events.rs Fully disable vim mode on start unless it's enabled 2022-03-26 19:19:12 -06:00
insert.rs Fully disable vim mode on start unless it's enabled 2022-03-26 19:19:12 -06:00
mode.rs Add initial vim mode mode switching 2022-03-25 20:10:37 -07:00
normal.rs Fully disable vim mode on start unless it's enabled 2022-03-26 19:19:12 -06:00
vim_tests.rs Test that vim mode can be disabled on startup 2022-03-26 19:19:12 -06:00
vim.rs Fully disable vim mode on start unless it's enabled 2022-03-26 19:19:12 -06:00