mac版sublime常用ショートカットキー整理

2485 ワード

私のsublimeはきれいではありませんか.手記はmacシステム上のsublimeの一般的なショートカットキーを総括し、個人の開発効率を高め、親測定が有効であることを目的としている.
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+returnDelete 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出典:慕課網