PracticalVim Tip3 - yszheda/wiki GitHub Wiki

Tip 3: Take One Step Back, Then Three Forward

Return to the top: <>

  • `f{char}`: look ahead for the next occurrence of the specified character and then move the cursor directly to it if a match is found.
  • `;`: repeat the last search.
  • `s`: deletes the character under the cursor and then enters Insert mode.
Example: padding each + sign with spaces

References:

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