Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yashichiZX/8373e492b41593169cf7051fd34f0a52 to your computer and use it in GitHub Desktop.
Save yashichiZX/8373e492b41593169cf7051fd34f0a52 to your computer and use it in GitHub Desktop.
Sublime Text3を使う上であると便利だなと思ったショートカット

ショートカットキーの設定は、下記から
「Preferences」>「Key Bindings」

[
  // 「フォルダを開く」
  { "keys": ["alt+g"], "command": "prompt_open_folder" },
  // 「サイドバーにフォーカスを当てる(キーボード操作の際に便利)」
  { "keys": ["alt+s"], "command": "focus_side_bar" },
  // 「サイドバーを閉じる」
  { "keys": ["alt+x"], "command": "toggle_side_bar" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment