mecobalamin’s diary

人間万事塞翁が馬

https://help.hatenablog.com/entry/developer-option

scriptを止める

Atomが起動しなくなったので
再インストール

ここからダウンロード
Atom

インストールしたらそのまま使えた
パッケージもインストールされてた
設定ファイルは残っているみたいだ

起動しなくなった理由だけど
Rのスクリプトをscript pluginで実行したら
スペルミスがあって中断できなくなった
それでAtom終了させたら
Java Script errorが出て起動しなくなった

再インストールで復活したから良かったけど
scriptで実行しているプロセスの終了はctrl-qだったらしい

Command and shortcut reference

Command macOS Linux/Windows Notes
Script: Run cmd-i shift-ctrl-b If text is selected a "Selection Based" is used instead of a "File Based" run
Script: Run by Line Number shift-cmd-j shift-ctrl-j If text is selected the line number will be the last
Script: Run Options shift-cmd-i shift-ctrl-alt-o Runs the selection or whole file with the given options
Script: Run with profile shift-cmd-k shift-ctrl-alt-b Runs the selection or whole file with the specified profile
Script: Close View esc or ctrl-w esc Closes the script view window
Script: Kill Process ctrl-c ctrl-q Kills the current script process