Course Lessons
Word Objects: iw, aw, iW, aW
Task Instructions
Master word and WORD text objects for efficient word manipulation
Practice using word text objects. 'iw' selects the inner word (just the word), 'aw' includes trailing spaces. Capital W versions work with WORDS (including punctuation). Position your cursor anywhere in a word and use ciw to change it.
Learning objectives
- Master inner word (iw) and around word (aw) objects
- Understand the difference between word and WORD
- Practice efficient word deletion and changing
- Learn when to use each variation
Required Keystrokes
This lesson requires you to use specific keystrokes to complete it. Your submission will be evaluated based on whether you used the required keystrokes mentioned below, rather than matching a specific output.
What This Means
- Your solution must include the required keystroke patterns
- The order of keystrokes may matter depending on the exercise
- You'll still need to achieve the expected output
- This helps you practice specific Vim techniques
Helpful commands:
| Command | Description |
|---|---|
| ciw | Change inner word |
| caw | Change around word (includes spaces) |
| ciW | Change inner WORD (includes punctuation) |
| diw | Delete inner word |
| viw | Select inner word |
Hints
- iw works from anywhere within the word
- aw includes trailing whitespace, useful for removing words
- W (capital) treats special characters as part of the word
Premium Course
This is a premium course available exclusively to paid members.
Upgrade your membership to access this course and all premium content on the platform.
Access all premium courses
Unlimited lesson submissions
Track your progress
Ready for Vim?
Before starting this lesson, be prepared.
Read the directions on the left, and when you're ready, let's go!