使っている設定だけ
zshrc
使ってる設定だけ
.screendefbce "on"attrcolor b "^["term xterm-256colordefscrollback 10000altscreen onvbell offautodetach onshell zshstartup_message offlogfile "$HOME/.screen/screen-%Y%m%d-%n.log"deflog onshelltitle '$ |localhost'msgwait 3msgminwait 1hardstatus onhardstatus alwayslastline '%{= .b}%H%{-} %L=%-w%45L>%{=u b.}%n %t%{-}%+w %-17<%=%m/%d %02c:%s'caption always '%?%F%{= bw}%:%{= wk}%?%2n%f%07=%t%='sorendition '+r .b'escape ^Tt#ウィンドウ操作モードbind w eval 'echo "Operate window"' 'command -c operate'bind -c operate ^] commandbind -c operate j eval 'focus down' 'command -c operate'bind -c operate k eval 'focus up' 'command -c operate'bind -c operate h eval 'focus left' 'command -c operate'bind -c operate l eval 'focus right' 'command -c operate'bind -c operate t eval 'focus top' 'command -c operate'bind -c operate b eval 'focus bottom' 'command -c operate'bind -c operate + eval 'resize -v +1' 'command -c operate'bind -c operate - eval 'resize -v -1' 'command -c operate'bind -c operate > eval 'resize -h +1' 'command -c operate'bind -c operate < eval 'resize -h -1' 'command -c operate'bind -c operate = eval 'resize -v =' 'command -c operate'bind -c operate + eval 'resize -h =' 'command -c operate'bind -c operate s eval 'split' 'command -c operate'bind -c operate c eval 'screen' 'command -c operate'bind -c operate x eval 'remove' 'command -c operate'bind -c operate v eval 'split -v' 'command -c operate'#通常の操作キーbind x removebind j eval 'focus down'bind k eval 'focus up'bind h eval 'focus left'bind l eval 'focus right'bind + eval 'resize -v +1'bind - eval 'resize -v -1'bind > eval 'resize -h +1'bind < eval 'resize -h -1'bind v eval 'split -v' focus screenbind s eval 'split' focus screenbind = eval 'resize -v ='bind + eval 'resize -h +'bind ^h#splitsplit