doc: updated FEATURES.md
All checks were successful
Run Test Suite / test (push) Successful in 16s
Run Test Suite / test (pull_request) Successful in 15s

This commit is contained in:
Hayden Hargreaves 2026-04-04 11:09:53 -07:00
parent 8b7a479ecb
commit b23072b43f

View File

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