ZIm/crates/vim/src/normal
Hans 3b823d4a0b
Add simple support for wrapscan (#13497)
For: #13417 

This is a simple version, I'm not sure if we just need to limit this
feature to vim mode, or maybe in normal editor mode, which involves
other logic like the location of the setting

Release Notes:

- N/A

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2024-07-10 20:42:37 -06:00
..
case.rs vim: Add gU/gu/g~ (#12782) 2024-06-07 12:38:12 -06:00
change.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
delete.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
increment.rs vim test redux (#11709) 2024-05-11 14:04:05 -04:00
indent.rs Implement Indent & Outdent as operators (#12430) 2024-06-04 15:17:01 -06:00
mark.rs vim gigv (#13028) 2024-06-14 10:16:59 -06:00
paste.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
repeat.rs vim: Support for q and @ (#13761) 2024-07-03 09:03:39 -06:00
scroll.rs Add ability to scroll popovers with vim (#12650) 2024-06-05 13:39:17 -06:00
search.rs Add simple support for wrapscan (#13497) 2024-07-10 20:42:37 -06:00
substitute.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00
yank.rs Multicursor vim registers (#13025) 2024-06-13 20:32:58 -06:00