81
80

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

マイAtomチートシート

Last updated at Posted at 2014-05-11

ファイル操作

  • cmd + t: 開く
  • cmd + b: 開いているファイルの一覧から選択
  • cmd + shift + b: gitでコミットしてないファイルを一覧から選択
  • cmd + \: TreeViewをトグル
  • ctrl + 0: TreeViewにフォーカス
  • cmd + t: 最後に閉じたタブを復元

バッファ操作

  • cmd + f: バッファ内を検索
  • cmd + Shift + f: プロジェクト内を検索
  • opt + cmd + →: タブを右に移動
  • opt + cmd + ←: タブを右に移動
  • cmd + Shift + ]: タブを右に移動
  • cmd + Shift + [: タブを左に移動
  • cmd + F2: ブックマーク(トグル)
  • f2: 次のブックマークへジャンプ
  • cmd + r: シンボルを検索
  • tab: スニペットを展開

その他

  • cmd + shift + p: コマンドを実行。Install Packagesと入力するとパッケージのインストールできたり。

設定ファイルの場所

~/.atomに保存されてるので、このディレクトリ以下のファイルをDropboxとかに入れておくと違うマシンと設定を共有できる

参考

81
80
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
81
80

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?