たまにGNU screenのウィンドウ分割が使いたくなるんだがキーバインドがわけわかんなくてムキーってなるので、screenrcを修正した。 #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'