4
4

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.

Sublime Text ショートカットメモ

Last updated at Posted at 2014-09-05

標準

ファイルサーチ

Cmd + P

文字列選択

Cmd+D 連続で文字列選択
Cmd+U 選択1つ取り消し
Cmd+K 1つスキップ

Cmd+l 行選択
Cmd+Shift+d 行複製

ファイル内移動

Cmd + up ファイル最上部
Cmd + down ファイル最下部

自己設定

Preference > KeyBindings User

関数宣言ジャンプ

// F3で関数の宣言元にジャンプ
{ "keys": ["f3"], "command": "goto_definition" },
// alt+左で戻る
{ "keys": ["alt+left"], "command": "jump_back" },
// alt+右で戻ったのをまた進める
{ "keys": ["alt+right"], "command": "jump_forward" },

移動履歴

opt + left 前に居た場所

同一ファイルを並べて見る

ショートカットではないが…

  1. Cmd+opt+数字で画面分割
  2. File>New View into Fileしてファイルビュー複製
  3. 分割先へ複製ビューを移動
4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?