Benjamin Carlsson
d47e5cc0e2
Add Vim buffer jump motions ( #40958 )
...
## What changed
- Add `gg` and `G` motions to jump to the first and last buffer lines.
- Support the motions with delete, change, and yank operators, including dot-repeat for edits.
- Expose normal-mode and operator-motion bindings in the configurable keymap while preserving conflicting user bindings.
## Testing
- Cover buffer jumps, operator combinations, repeat behavior, chord routing, and custom remapping.
GitOrigin-RevId: 24a9178cf7964053aaf9a8cd268c5434dda0778e
2026-08-26 19:31:52 +00:00
..
2026-08-24 22:58:18 +00:00
2026-08-25 01:27:18 +00:00
2026-08-21 19:04:32 +00:00
2026-08-05 18:09:26 +00:00
2026-08-19 04:46:58 +00:00
2026-08-21 21:41:55 +00:00
2026-08-21 21:41:55 +00:00
2026-08-21 21:41:55 +00:00
2026-08-11 23:31:26 +00:00
2026-08-11 01:05:48 +00:00
2026-08-03 17:29:42 +00:00
2026-06-02 13:18:59 -07:00
2026-08-21 21:41:55 +00:00
2026-08-21 21:41:55 +00:00
2026-08-10 11:22:55 +00:00
2026-08-21 19:20:09 +00:00
2026-08-21 21:41:55 +00:00
2026-08-07 23:43:14 +00:00
2026-08-10 11:22:55 +00:00
2026-08-24 19:52:27 +00:00
2026-08-25 01:27:18 +00:00
2026-08-09 00:57:15 +00:00
2026-08-20 20:08:11 +00:00
2026-08-20 14:13:56 +00:00
2026-08-20 14:13:56 +00:00
2026-07-16 09:00:51 +00:00
2026-08-24 19:52:27 +00:00
2026-08-20 05:24:56 +00:00
2026-07-31 16:28:22 +00:00
2026-08-17 16:20:52 +00:00
2026-08-17 16:20:52 +00:00
2026-08-25 20:26:23 +00:00
2026-08-25 23:51:57 +00:00
2026-08-24 19:52:27 +00:00
2026-08-24 19:52:27 +00:00
2026-08-24 19:52:27 +00:00
2026-07-20 13:45:29 +00:00
2026-04-30 14:26:14 -07:00
2026-08-20 07:03:02 +00:00
2026-03-25 12:57:42 -07:00
2026-08-16 20:27:05 +00:00
2026-08-20 07:03:02 +00:00
2026-07-21 18:23:26 +00:00
2026-07-21 18:23:26 +00:00
2026-08-11 10:20:54 +00:00
2026-08-17 10:01:59 +00:00
2026-08-03 17:29:42 +00:00
2026-08-14 20:53:22 +00:00
2026-08-07 17:44:05 +00:00
2026-08-05 04:00:50 +00:00
2026-06-02 13:18:59 -07:00
2026-06-02 13:18:59 -07:00
2026-07-23 00:02:15 +00:00
2026-08-01 17:43:03 +00:00
2026-08-26 19:31:52 +00:00
2026-04-28 17:07:16 +02:00
2026-08-20 19:09:04 +00:00