This gist is used for example content on the docs - see the Embed Files section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | |
<title>style-perfectionist</title> | |
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"> | |
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- :sp [filename] - Opens a new file and splits your screen horizontally to show more than one buffer | |
- :vsp [filename] - Opens a new file and splits your screen vertically to show more than one buffer | |
- cntrl + ww - to switch between screens | |
- :bn - Switch to next buffer | |
- :bp - Switch to previous buffer | |
- :bd - Close a buffer | |
- :tabe - to open tabs | |
- :tabn, tabp | |
- :e <path> |
OlderNewer