Skip to content
Shuai YUAN edited this page May 29, 2015 · 1 revision

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:

Table of Contents


Clone this wiki locally