LoginSignup
0
0

More than 5 years have passed since last update.

設定ファイルをサッと開く

Last updated at Posted at 2015-05-01

command pallet からも開けるが、keymap から開く方が早い。
覚えれば楽。

Keymap

keymap.cson
'atom-workspace:not([mini])':
  'ctrl-cmd-e i': 'application:open-your-init-script'
  'ctrl-cmd-e c': 'application:open-your-config'
  'ctrl-cmd-e k': 'application:open-your-keymap'
  'ctrl-cmd-e s': 'application:open-your-stylesheet'

使い方

ctrl-cmd-e 押した後

  • i で init-script
  • c で config
  • k で keymap
  • s で stylesheet

と頭文字で開くことができる。

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