OSDN Git Service

Regular updates
[twpd/master.git] / projectionist.md
index db8e61a..118384e 100644 (file)
@@ -1,8 +1,10 @@
 ---
 title: Projectionist
 category: Vim
+layout: 2017/sheet
 ---
 
+### Basic usage
 
 ```json
 /* .projectionist.vim */
@@ -16,7 +18,7 @@ category: Vim
   }
 ```
 
-## Available options
+### Available options
 
 ```js
 {
@@ -35,7 +37,7 @@ category: Vim
 }
 ```
 
-## Commands
+### Commands
 
 | Command | Description |
 |---------|-------------|
@@ -53,8 +55,7 @@ category: Vim
 | `:Lcd` | cd to root using :lcd |
 |---------|-------------|
 | `:ProjectDo {cmd}` | run command in root |
-{:.shortcuts}
 
-## Reference
+### Reference
 
 See [vim-projectionist](https://github.com/tpope/vim-projectionist).