Skip to content

Instantly share code, notes, and snippets.

@shenqi
Created January 24, 2011 15:37
Show Gist options
  • Save shenqi/793394 to your computer and use it in GitHub Desktop.
Save shenqi/793394 to your computer and use it in GitHub Desktop.
:openコマンドで検索クエリーが渡されないので応急処置
command -nargs=+ tempopen open http://www.google.co.jp/search?hl=ja&q=<args>
command -nargs=+ temptabopen tabopen http://www.google.co.jp/search?hl=ja&q=<args>
map o -builtin :tempopen<Space>
map t -builtin :temptabopen<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment