トップ 一覧 検索 ヘルプ RSS ログイン

劇場

劇場>>screenメモの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
.screenrc
""kanji euc
""escape ^t^t
""hardstatus alwayslastline "%`%-w%{=b bw}%n %t%{-}%+w"
""#hardstatus alwayslastline %w
""
""#split window
""bind s eval split focus "select 0"
""bind ^s eval split focus "select 0"
""
""##resize
""bind r eval 'command -c resize'
""bind ^r eval 'command -c resize'
""bind + eval 'command -c resize'
""bind - eval 'command -c resize'
""bind -c resize + eval 'resize +1' 'command -c resize'
""bind -c resize - eval 'resize -1' 'command -c resize'
""
""
""#move current window
""bind j focus down
""bind ^j focus down
""bind k focus up
""bind ^k focus up
""
""#close current window
""bind c remove
""bind ^c remove
""
""#kill current screen
""bind q kill
""bind ^q kill
""
""# create new screen
""bind n screen
""bind ^n screen