From fd5e611f094538360f5f612e85a789202d31188f Mon Sep 17 00:00:00 2001
From: anekos
Date: Thu, 21 Jul 2011 22:17:20 +0900
Subject: ドキュメント追加
---
google-plus-commando.js | 89 +++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 87 insertions(+), 2 deletions(-)
diff --git a/google-plus-commando.js b/google-plus-commando.js
index d0d2426..f7e6901 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -1,5 +1,6 @@
/* NEW BSD LICENSE {{{
Copyright (c) 2011, anekos.
+Copyright (c) 2011, teramako.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
@@ -35,16 +36,100 @@ THE POSSIBILITY OF SUCH DAMAGE.
// INFO {{{
let INFO =
<>
- Mappings for Google+ Many Mappings and Post command for Google+ require: feedSomeKeys_3.js and x-hint.js and _libly.js Should setup at first when argument is none, select the Google+ tab or open in new tab Post message
+ Map map-keys for command.
+ The possible commands.
+
+
+
+
+
+
+
rc file example
+
+let g:gplus_commando_map_next = "j"
+let g:gplus_commando_map_prev = "k"
+let g:gplus_commando_map_share = "s"
+let g:gplus_commando_map_plusone = "p"
+let g:gplus_commando_map_comment = "c"
+let g:gplus_commando_map_post = "C"
+let g:gplus_commando_map_yank = "y"
+let g:gplus_commando_map_notification = "n"
+let g:gplus_commando_map_submit = "<C-CR>"
+let g:gplus_commando_map_cancel = "<Esc>"
+let g:gplus_commando_map_unfold = "e"
+let g:gplus_commando_map_menu = "m"
+
+
+
>;
// }}}
--
cgit v1.2.3