JetBrains
编辑器 Editor: JetBrains
Keymap 快捷键对应
Editor Action 编辑动作
名称 |
说明 |
Sublime 对应快捷键 |
Duplicate Line or Selection |
複製整行或选择的字 |
- |
Duplicate Entire Lines |
複製整行 |
Command(⌘)+ Shift + D |
Main Menu 主选单
Edit
名称 |
说明 |
Sublime 对应快捷键 |
Add Selection for Next Occurrence |
选择下一个重複的文字 |
Command(⌘) + D |
Find in File |
找寻档案中文字 |
Command(⌘)+ Shift + F |
Undo |
恢復上一动 |
Command(⌘)+ Z |
Redo |
恢復下一动 |
Command(⌘)+ Z |
Find in Files |
搜寻档案中文字 |
Control(⌃)+ Shift + F |
Replace in Files |
搜寻并取代档案中文字 |
Control(⌃)+ Shift + R |
Code
名称 |
说明 |
Sublime 对应快捷键 |
Move Line Down |
移动指定行往下 |
Command(⌘) + Control(⌃) + ↑ |
Move Line Up |
移动指定行往上 |
Command(⌘) + Control(⌃) + ↓ |
Navigate
名称 |
说明 |
Sublime 对应快捷键 |
Go to File |
前往指定档案 |
Command(⌘)+ P |
Go to Line: Column |
前往档案指定行数 |
Ctrl + G |
格式化文件
储存档案自动移除空白
可以到 Settings/Preferences
=> Editor
=> General
,然后到右方设定找到 Remove trailing spaces on
去控制你的储存移除空白绍定
Reference