Created
December 13, 2011 04:51
-
-
Save yoshio-kinoshita/1470657 to your computer and use it in GitHub Desktop.
gistmemo
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
vimでGistを使うプラグインgist-vimの導入と使い方 | |
Step1 | |
githubからgit-vimをcloneする | |
git clone git://github.com/mattn/gist-vim.git | |
Step2 | |
READMEを一通り読む | |
Step3 | |
gist-vim導入 | |
$HOME/.vim/plugin/gist.vim | |
$HOME/.vim/autoload/gist.vim | |
Step4 | |
git config設定 | |
or | |
.vimrcにgithubの設定追記 | |
Step5(省略可能) | |
curlが無ければインストール | |
Step6(省略可能) | |
Proxy設定 | |
サンプル | |
curl -x PROXYID:PORT -u : -U : | |
Step7 | |
このテキストをGistする | |
:Gist | |
・保存 | |
:w | |
・description設定 | |
:Gist -e -s コメント | |
・Gist一覧 | |
:Gist -l | |
・削除 | |
:Gist -d | |
・fork | |
:Gist -f |
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
Step1 | |
githubからgit-vimダウンロード | |
Step2 | |
README読む | |
Step3 | |
gisv-vim導入 | |
$HOME/.vim/plugin/gist.vim | |
$HOME/.vim/autoload/gist.vim | |
Step4 | |
git config設定 | |
or | |
.vimrcにgithubの設定追記 | |
Step5(省略可能) | |
curlが無ければインストール | |
Step6(省略可能) | |
Proxy設定 | |
ソースサンプル | |
curl -x PROXYID:PORT -u : -U : | |
Step7 | |
このテキストをGistする | |
:Gist | |
コマンド実行 | |
Step8 | |
・保存すれば上書き | |
:w | |
or | |
:Gist -e <FILENAME> | |
・Gistからファイルを開く | |
:Gist ID番号 | |
・削除 | |
:Gist -d | |
fork | |
:Gist -f | |
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
Step1 | |
githubからgit-vimダウンロード | |
Step2 | |
README読む | |
Step3 | |
gisv-vim導入 | |
$HOME/.vim/plugin/gist.vim | |
$HOME/.vim/autoload/gist.vim | |
Step4 | |
git config設定 | |
or | |
.vimrcにgithubの設定追記 | |
Step5(省略可能) | |
curlが無ければインストール | |
Step6(省略可能) | |
Proxy設定 | |
ソースサンプル | |
curl -x PROXYID:PORT -u : -U : | |
Step7 | |
このテキストをGistする | |
:Gist | |
コマンド実行 | |
Step8 | |
・保存すれば上書き | |
:w | |
・Gistからファイルを開く | |
:Gist ID番号 | |
・削除 | |
:Gist -d | |
fork | |
:Gist -f | |
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
githubからgit-vimダウンロード | |
.vimrcにgithubの設定追記 | |
curlインストール | |
このテキストをGistする | |
:Gistコマンド実行 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment