$ tmux list-session
0: 1 windows (created Tue Apr 3 15:45:33 2012) [317x77] (attached)
$ tmux attach
>>> C-b d でデタッチ
$ tmux attach -t 0 <= session番号 0 にアタッチ
vimのC-bとtmuxのC-bがバッティングして2回C-bしないとバックスクロールしなくなっちゃった!><
| 日 | 月 | 火 | 水 | 木 | 金 | 土 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 |
$ tmux list-session
0: 1 windows (created Tue Apr 3 15:45:33 2012) [317x77] (attached)
$ tmux attach
>>> C-b d でデタッチ
$ tmux attach -t 0 <= session番号 0 にアタッチ
$ cat backup_exclude.txt
.svn
./dmp
./log
./web/media
$ tar czvf backup.tgz -X backup_exclude.txt .
...\menu.vim の処理中にエラーが検出されました:
行 122:
E329: "&Print" というメニューはありません
LAN1 LAN2
| SYN |
|------------>|
| |
| ACK+SYN |
OK|<------------|
| |
| ACK |
|------------>|
| |
LAN1 LAN2
| SYN |
NG|<------------|
| |
| |
Vim 7.3-20101111 for Windows (32bit VC2008) (約12.0MB) 11-Nov-2010
menu.vim の処理中にエラーが検出されました: 行 122: E329: "&File" というメニューはありません
"menutrans &File ファイル(&F)
menutrans &File &File
text-transform:none そのまま
capitalize 単語の先頭文字を大文字に
uppercase 全ての文字を大文字に
lowercase 全ての文字を小文字に
var a = $('#abc');
var b = $('#abc');
if (a != b) {
console.log('chigau!');
}
if (a.get(0) != b.get(0)) {
console.log('chigau!');
}
[div#abc]
var me = window.frameElement;