LoginSignup
0
0

More than 5 years have passed since last update.

[個人的メモ]Atomのキーバインドを変更

Last updated at Posted at 2018-05-18

はじめに

最近、Atomに魂を売ったSublime教徒です
Atomにインストールしているpackageでplatformio-ide-terminalatom-runnerの二つで、
それぞれよく使うキーバインドが

ctr-`でターミナルを開く
ctr-rでプログラムを実行

の二つともctrではなく、cmdで使いためどうすればいいのかを調べたメモです

やり方

$ atom ~/.atom/keymap.cson #atomでatomのキーバインドの設定ファイルを開く
'atom-text-editor': 
  'cmd-r': 'run:file' #cmd-rでプログラムの実行
  'cmd-`': 'platformio-ide-terminal:toggle' #cmd-`でターミナルを開く
0
0
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
0
0