K Simmons
|
515c1ea123
|
Fixed some neovim test context issues, added repeated commands in vim mode, and ported some tests to use the neovim testing strategy
|
2022-10-08 21:52:07 -07:00 |
|
K Simmons
|
b82db3a254
|
Adds word and sentence text objects along with a new vim testing system which uses cached neovim data to verify our test accuracy
|
2022-10-08 21:51:49 -07:00 |
|
ForLoveOfCats
|
8ba2f77148
|
One big cleanup pass of clippy lints
Co-authored-by: Mikayla <mikayla@zed.dev>
|
2022-08-10 16:51:01 -07:00 |
|
Keith Simmons
|
9b36e3d009
|
Highlight matching bracket when newest selection head is on a bracket
|
2022-07-01 15:06:16 -07:00 |
|
Antonio Scandurra
|
3a69943df3
|
Require that PartialEq is implemented for Action
|
2022-06-06 09:18:44 +02:00 |
|
Keith Simmons
|
e93c49f4f0
|
Unify visual line_mode and non line_mode operators
|
2022-05-26 17:02:05 -07:00 |
|
Keith Simmons
|
61f0daa5c5
|
Visual line mode handles soft wraps
|
2022-05-26 17:02:05 -07:00 |
|
Keith Simmons
|
d7d17b2148
|
WIP line mode operations
|
2022-05-26 17:02:05 -07:00 |
|
Keith Simmons
|
37c921f972
|
Initial visual mode
|
2022-05-10 11:12:28 -07:00 |
|
Keith Simmons
|
833a7b6e76
|
WIP just missing insert line above and below
|
2022-05-02 11:49:10 -07:00 |
|
Keith Simmons
|
5ea782de21
|
Add inclusive vs exclusive motions to vim mode
|
2022-04-21 16:50:23 -07:00 |
|
Keith Simmons
|
8ff0277103
|
Handle linewise motions correctly and fix panic when executing invalid actions
|
2022-04-19 11:36:44 -07:00 |
|
Keith Simmons
|
63278041e1
|
Add c and d operators to vim normal mode
Extracted motions from normal mode
Changed vim_submode to be vim_operator to enable better composition of operators
|
2022-04-15 16:05:50 -07:00 |
|