Skip to content

Instantly share code, notes, and snippets.

@snaka
Created February 3, 2009 13:07
Show Gist options
  • Save snaka/57517 to your computer and use it in GitHub Desktop.
Save snaka/57517 to your computer and use it in GitHub Desktop.
" ユーティリティコマンド
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