Skip to content

Instantly share code, notes, and snippets.

@memorysaver
Created March 31, 2017 11:07
Show Gist options
  • Save memorysaver/9b5c93f4cf6e5101746b56ad6db30b91 to your computer and use it in GitHub Desktop.
Save memorysaver/9b5c93f4cf6e5101746b56ad6db30b91 to your computer and use it in GitHub Desktop.
Vim notes
f <-- find a character
; <-- repeat find (f)
. <-- repeat action
shift+v <-- select all line
: <-- command (f:x) this can repeat an action
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment