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
| diff --strip-trailing-cr file1 file2 |
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
| svn diff -x --ignore-eol-style file |
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
| svn diff -x -w file |
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
| svn copy http://example.com/path/to/repository/trunk/ http://example.com/path/to/repository/branches/hoge |
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
| "2.0 (created: 2009/03/28 23:48:07) | |
| set titlestring=Firefox | |
| set guioptions=mTBnbr | |
| set wildoptions=auto | |
| set visualbell | |
| map j 3<C-e> | |
| map k 3<C-y> | |
| map h gT |
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
| " .gvimrc | |
| set guifont=Consolas:h9:cSHIFTJIS |
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
| curl https://example.com/ --insecure | |
| curl https://example.com/ -k |
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
| wget https://example.com/ --no-check-certificate |
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
| http*://mail.google.com/* | |
| http*://www.google.com/reader/* | |
| http*://www.google.co.jp/reader/* | |
| http*://www.rememberthemilk.com/* | |
| http://feedly.com/* | |
| https://cp.conoha.jp/* |
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
| map l nextTab | |
| map h previousTab | |
| unmap d | |
| map d removeTab | |
| unmap u | |
| map u restoreTab | |
| map <c-u> scrollPageUp | |
| map <c-d> scrollPageDown |
OlderNewer