feat: adding word actions, not done, and lots of failing tests #4

Merged
azpect merged 15 commits from feature/word-motions into master 2026-04-04 11:43:47 -07:00
Showing only changes of commit b23072b43f - Show all commits

View File

@ -14,8 +14,8 @@
- [x] `b` - Backward to start of word
- [x] `W` - Forward to start of WORD (whitespace-delimited)
- [x] `E` - Forward to end of WORD
- [ ] `B` - Backward to start of WORD
- [ ] `ge` - Backward to end of word
- [x] `B` - Backward to start of WORD
- [x] `ge` - Backward to end of word
### Line Movement
- [x] `0` - Move to start of line