ZIm/crates/vim/src
Conrad Irwin 9906b31691
fix vim repeat (#8513)
Release Notes:

- vim: Fixed `.` when multiple windows are open
([#7446](https://github.com/zed-industries/zed/issues/7446)).
- vim: Fixed switching to normal mode after `J`, `<` or `>` in visual
mode ([#4439](https://github.com/zed-industries/zed/issues/4439))
- vim: Added `ctrl-t` and `ctrl-d` for indent/outdent in insert mode.

- Fixed indent/outdent/join lines appearing to work in read-only buffers
([#8423](https://github.com/zed-industries/zed/issues/8423))
- Fixed indent with an empty selection when the cursor was in column 0
2024-02-27 21:36:12 -07:00
..
normal Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
test fix vim repeat (#8513) 2024-02-27 21:36:12 -07:00
command.rs Add :tabonly and :only vim commands (#8337) 2024-02-26 22:15:50 -07:00
editor_events.rs vim: Fix renaming (#7714) 2024-02-12 22:28:26 -07:00
insert.rs vim: Keep multi-cursor on escape (#8464) 2024-02-26 22:54:02 -07:00
mode_indicator.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
motion.rs vim: f and t multiline option (#8448) 2024-02-27 19:34:19 -07:00
normal.rs fix vim repeat (#8513) 2024-02-27 21:36:12 -07:00
object.rs vim: Add HTML tag support for #4503 (#8175) 2024-02-26 22:48:19 -07:00
state.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00
test.rs fix vim repeat (#8513) 2024-02-27 21:36:12 -07:00
utils.rs Add option to either use system clipboard or vim clipboard (#7936) 2024-02-22 10:12:29 -07:00
vim.rs fix vim repeat (#8513) 2024-02-27 21:36:12 -07:00
visual.rs vim: Fix some problems with visual mode testing (#8461) 2024-02-26 20:15:27 -07:00