プログラミング環境

screenのウィンドウ分割を使いやすくする設定

たまに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…