Skip to content

Instantly share code, notes, and snippets.

@fauverism
Created December 22, 2016 18:08
Show Gist options
  • Save fauverism/47c1c160239fd3554243a996b56ebaa7 to your computer and use it in GitHub Desktop.
Save fauverism/47c1c160239fd3554243a996b56ebaa7 to your computer and use it in GitHub Desktop.
Type ("_" is the cursor position):
html:5_
Then type <c-y>, (Ctrly,), and you should see:
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
_
</body>
</html>
More Tutorials
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment