From 7a7414f6085d8b37476a29852d2f0c10930c0536 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 31 Aug 2011 11:35:28 +0900 Subject: 日本語毒棉斗追加(一部) --- google-plus-commando.js | 104 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 97 insertions(+), 7 deletions(-) (limited to 'google-plus-commando.js') diff --git a/google-plus-commando.js b/google-plus-commando.js index 67f8736..fcf370a 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -132,13 +132,103 @@ let g:gplus_commando_map_menu = "m" -

- Other Special Mappings: -

-
<C-CR>
Submit current editing post.
-
<Esc>
Cancel and close current editing post form.
-
-

+ + + anekos + teramako + New BSD License + +

Many Mappings and Post command for Google+

+

require: feedSomeKeys_3.js and x-hint.js and _libly.js

+ + :googleplus-setup + :googleplus -setup + :gp -setup + +

Should setup at first

+
    +
  1. Login to Google+
  2. +
  3. Execute :googleplus -setup
  4. +
+
+
+ + :googleplus-nonargs + :googleplus + :gp + +

when argument is none, select the Google+ tab or open in new tab

+
+
+ + :googleplus :gp + :googleplus -l[link] -i[mage] imageURL -t[o] to message + :gp -l[ink] -i[mage] imageURL -t[o]> to message + +

Post message

+
+
-link
+
+ Add the current URL. If the selections are available, add the selections as relataed page. + And when -image option is not specified and image elements is contained in the selections, + add the URL of the largest image. +
+
-image
+
+ Specify image URL +
+
-to
+
+ Specify the circles. Can set multiple. (Default: Anyone) +
+
+
+
+ + g:gplus_commando_map_ + let g:gplus_commando_map_command = map-keys + +

+ map-keyscommand をマップします。 + 使える command は以下の通りです。 +

+
next
次のエントリに移動
+
prev
前のエントリに移動
+
share
現在のエントリを共有
+
plusone
+1
+
comment
現在のエントリにコメントする
+
post
新しく投稿(共有)する
+
yank
現在のエントリの Permlink をクリップボードにコピーする
+
notification
通知欄を開く
+
cancel
編集中のフォームをキャンセルして閉じる
+
submit
編集中のフォームから投稿する
+
unfold
現在のエントリ内の折りたたみを解除する
+
menu
現在のエントリのメニューを開く
+
mute
現在のエントリをミュートする
+
open
現在のエントリの画像やリンクなどを開く
+
+

+

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