zed/crates/vim/src
Paul Eguisier 8a659b0c60
Implement Indent & Outdent as operators (#12430)
Release Notes:

- Fixes [#9697](https://github.com/zed-industries/zed/issues/9697).

Implements `>` and `<` with motions and text objects.
Works with repeat action `.`
2024-06-04 15:17:01 -06:00
..
normal Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
test Use UpdateGlobal accessors in more places (#11925) 2024-05-16 13:30:04 -04:00
change_list.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
command.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
editor_events.rs Use UpdateGlobal accessors in more places (#11925) 2024-05-16 13:30:04 -04:00
insert.rs Reduce spamming of inline completion discard events (#11999) 2024-05-17 16:37:17 -04:00
mode_indicator.rs Fix misalignment of vim mode indicator (#10962) 2024-04-24 19:17:10 -06:00
motion.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
normal.rs Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
object.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
replace.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
state.rs Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
surrounds.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
test.rs Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
utils.rs Introduce DisplayRow, MultiBufferRow newtypes and BufferRow type alias (#11656) 2024-05-11 00:06:51 +03:00
vim.rs Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
visual.rs Fix some edge-cases in vim visual delete (#12131) 2024-05-22 12:54:41 -06:00