mac版sublime常用ショートカットキー整理
私のsublimeはきれいではありませんか.手記はmacシステム上のsublimeの一般的なショートカットキーを総括し、個人の開発効率を高め、親測定が有効であることを目的としている.
gotoanything
gotoanything
ファイルまで
pythonコマンドライン
新規窓口
現在選択されているすべてのコンテンツを検索して多重編集する
検索
新規ファイル
カラー吸取
右クリックctagによるコード定義の追跡(ctagsプラグイン)
個人設定redindent
下向き新進一行
Delete the word forward
Delete to beginning of the line -
Delete to end of the line -
Delete a line -
Soft undo -
Soft redo -
Join two lines -
Bubble the line up -
Bubble the line down -
Duplicate a line -
再配置F 5
Wrap lines at RULER position -
大文字に変更
gotoanything
gotoanything
command
+ P
ファイルまで
command
+T
どのfunctionに行くかcommand
+R
ある行に行く^
+G
コマンドライン関連pythonコマンドライン
^
+'
コマンドパネルcommand
+shift
+P
ウィンドウ関連新規窓口
command
+shift
+N
ウィンドウを2画面に分割command
+Option
+2
フォーカスを該当グループに移動^
+[1、2]
検索/置換現在選択されているすべてのコンテンツを検索して多重編集する
command
+` +
G`検索
command
+F
置換command
+option
+F
関連の編集新規ファイル
command
+option
+N
(プラグインadvancedNewFile)カラー吸取
command
+shift
+C
(ColorPicker)右クリックctagによるコード定義の追跡(ctagsプラグイン)
個人設定redindent
{ "keys": ["ctrl+q"], "command": "reindent" }
前にcommand+aですべての行を選択する下向き新進一行
command
+return
向上新啓一行command
+shift
+return
Delete the word backward Option
+ Delete
Delete the word forward
fn
+ Option
+ Delete
Delete to beginning of the line -
command
+ Delete
Delete to end of the line -
^
+ K
Delete a line -
^
+ shift
+ K
Soft undo -
command
+ U
Soft redo -
command
+ shift
+ U
Join two lines -
command
+ J
Bubble the line up -
^
+ command
+ up
Bubble the line down -
^
+ command
+ down
Duplicate a line -
command
+ shift
+ D
再配置F 5
Wrap lines at RULER position -
command
+ Option
+ Q
大文字に変更
command
+K
+U
小文字に変更command
+K
+L
括弧内の内容を選択^
+shift
+M
かっこにジャンプ^
+M
作者:1歩リンク:https://www.imooc.com/article/16475出典:慕課網