ZIm/crates/vim/src
2022-12-03 16:04:10 -08:00
..
normal Tried alternate stratergy 2022-11-08 11:54:26 -08:00
test Rebase - Got Zed compiling and fixed a build error due to conflicting dependencies that cargo didn't catch :( 2022-12-03 16:04:10 -08:00
editor_events.rs Merge branch 'main' into ime-support-2 2022-07-22 16:03:38 +02:00
insert.rs Tried alternate stratergy 2022-11-08 11:54:26 -08:00
motion.rs Addresses issue where left motion in vim mode would clip in the wrong direction 2022-11-04 15:21:29 -07:00
normal.rs Tried alternate stratergy 2022-11-08 11:54:26 -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 Add cursor blink setting and replicate cursor shape to remote collaborators 2022-10-17 16:20:47 -07:00
test.rs Add some tests for portions of visual text objects. Note: they are slightly broken currently as described in the tests 2022-10-10 15:32:12 -07:00
utils.rs 🎨 Rename and simplify some autoindent stuff 2022-07-28 22:40:30 -07:00
vim.rs Add cursor blink setting and replicate cursor shape to remote collaborators 2022-10-17 16:20:47 -07:00
visual.rs Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00