PracticalVim Tip48 - yszheda/wiki GitHub Wiki

Table of Contents

Tip 48: Move Word-Wise

Return to the top: <> %toc

| Command | Move Cursor | | `w` | Forward to start of next word | | `b` | Backward to start of current/previous word | | `e` | Forward to end of current/previous word | | `ge` | Backward to end of previous word |

  • `w`: (for-)ward
  • `b`: backward
  • `ea`: append at the end of the current word
  • `gea`: append at the end of the previous word

Know Your Words from Your WORDS

  • A _word_ consists of a sequence of letters, digits, and underscores, or as sequence of other nonblank characters seperated with whitespace.

References

  • A _WORD_ consists of a sequence of nonblank characters seperated with whitespace.

References

⚠️ **GitHub.com Fallback** ⚠️