diff options
| author | anekos | 2011-08-31 11:28:50 +0900 | 
|---|---|---|
| committer | anekos | 2011-08-31 11:28:50 +0900 | 
| commit | d6be16238d606c9747692bb1098de9b5ee412680 (patch) | |
| tree | 4292e93438e931d4685b2bd9fbc6983c9f397389 | |
| parent | f1048ba64a1aa24606fd85d353a86cb7c853587c (diff) | |
| download | vimperator-plugins-d6be16238d606c9747692bb1098de9b5ee412680.tar.bz2 | |
特別なマッピングについての毒棉斗追加
| -rw-r--r-- | google-plus-commando.js | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index e66312a..67f8736 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -132,6 +132,13 @@ let g:gplus_commando_map_menu            = "m"          </code>        </description>      </item> +    <p> +      Other Special Mappings: +      <dl> +        <dt><C-CR></dt>   <dd>Submit current editing post.</dd> +        <dt><Esc></dt>    <dd>Cancel and close current editing post form.</dd> +      </dl> +    </p>    </plugin>  </>;  // }}}  | 
