トップ «前の日記(2010/03/28 (日) ) 最新 次の日記(2010/03/30 (火) )» 編集 RSS feed

HsbtDiary


2010/03/29 (月) [長年日記]

[PivotalTracker] Pivotal Tracker で検索すると某日記のサマリが酷い内容になっている件

Pivotal Tracker - Google 検索 - (Build 20100316055951)

良くできているのか、できていないのかよくわからないサマリとなっている。これはひどい。

[tmux] screen から tmux に移行した

Visor を使うようになってから、Terminal.app を全画面で使うことが多くなったことから、縦分割をよしなに使いたくなったので screen から tmux に移行してみた。

とりあえず、 ~/.tmux.conf には奇抜な緑色のステータスバーをいじる設定とウィンドウ番号を1スタートにする設定などを書いて使っている。

set-option -g status-bg white
set-option -g status-fg black
set-option -g status-right-bg white
set-option -g status-right-fg black
set-option -g status-left ''
set-option -g status-right '%y-%b-%d %H:%M'
set-option -g base-index 1
set-option -g history-limit 4096

set-window-option -g window-status-bg white
set-window-option -g window-status-fg black
set-window-option -g window-status-current-bg blue
set-window-option -g window-status-current-fg white
set-window-option -g automatic-rename off

screen自体もそんなに使い込んでいるわけでもないので、prefixなキーをちょっと矯正するだけで今のところ難なく使えている。縦分割した時に日本語入力でスプリットを越えると表示が崩れるのはしょうがないのかなあ。

本日のツッコミ(全2件) [ツッコミを入れる]
# ドタドン (2010/03/29 (月) 20:13)

tscreenをスルーしてtmuxとな!<br>僕も乗り換えようかな

# しばた (2010/03/29 (月) 23:03)

tscreenとな!全く知りませんでした…。