Created
February 3, 2009 13:07
-
-
Save snaka/57517 to your computer and use it in GitHub Desktop.
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
" ユーティリティコマンド | |
command -nargs=* feedkeys js events.feedkeys("<args>") | |
command -nargs=1 mac2clip js modules.util.copyToClipboard([i for each (i in events.getMacros("<args>"))][0][1]) | |
" 今みているサイトをパラメタに入力したコメントをつけてポストする | |
command -nargs=* twit feedkeys :copy url<CR>:twitter <args> <C-v><C-v> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment