十二天sublime text基本使用.pdf
File(文件)
•NewFile—新建文件
•OpenFile—打开文件
•OpenRecent/OpenClosedFile—打开已关闭文件
•Save—保存
•SaveAs—另存为
•NewWindow—新建窗口
•CloseWindow—关闭窗口
•CloseFile—关闭文件
Edit(编辑)
•Undo—撤销一步
•Redo—反撤销一步
•PasteandIndent—粘贴并缩进
•Line
–Indent/Unindent—缩进/反缩进
–SwapLineUp/Down—行整体上移/下移
–DuplicateLine—行重复(注意换行符)
–DeleteLine—删除行
–JoinLines—连接行
•Comment
–ToggleComment—注释化
•Text
–InsertLineBefore—一行至前面
–InsertLineAfter—一行值后面
–DeleteWordForward—删除接下来的文字
–DeleteWordBackward—删除之前的文字
–Transpose—交换
Selection(选取)
•SplitintoLines
•AddPreviousLine
•AddNextLine
•ExpandSelectiontoLine—选定当前行
•ExpandSelectiontoWord—选定当前行的代码区
•ExpandSelectiontoScope—选定当前作用于
•ExpandSelectiontoBrackets—选定当前括号内区域
•ExpandSelectiontoIndentation—选定当前块
Find(查找)与View(界面)
•Find
–Find—查找
–Replace—替换
–QuickFind—快速查找
•View
–Layout(布局)
•Single(单窗编辑)
•Columns:2(并窗编辑)
•Rows:2(叠窗编辑)