快捷键列表
优质
小牛编辑
140浏览
2023-12-01
These are the default shortcuts for LiteIDE. Note that you can customize these in "View > Options > LiteApp > Keyboard".
Standard | |
---|---|
New | Ctrl+N |
Open | Ctrl+O |
Save | Ctrl+S |
Close | Ctrl+W |
Full Screen | Ctrl+Shift+F11 |
Next Tab | Ctrl+Tab |
Prev Tab | Ctrl+Shift+Tab |
Hide Bottom Windows | ESC |
Execute File | Ctrl+` |
Editor | |
Cut | Ctrl+X |
Copy | Ctrl+C |
Paste | Ctrl+V |
Undo | Ctrl+Z |
Redo | Ctrl+Shift+Z,Ctrl+Y |
Paste | Ctrl+V |
Duplicate | Ctrl+D |
Delete Line | Ctrl+Shift+K |
Select All | Ctrl+A |
Select Block | Ctrl+U |
Goto Match Brace | Ctrl+E |
Goto Previous Block | Ctrl+[ |
Goto Next Block | Ctrl+] |
Goto Line | Ctrl+G |
Fold Block | Ctrl+< |
Unfold Block | Ctrl+> |
Increase Font Size | Ctrl++ |
Decrease Font Size | Ctrl+- |
Reset Font Size | Ctrl+0 |
Go Backward | Alt+← |
Go Forward | Alt+→ |
InsertLineAfter | Ctrl+Enter |
InsertLineBefore | Ctrl+Shift+Enter |
Code Completer | Ctrl+Space |
Code Completer List Next | Ctrl+N |
Code Completer List Prev | Ctrl+P |
Golang Editor | |
Code expression info | Ctrl+Shift+I; F1 ; Ctrl+?(MacOS X) |
Jump to declaration | Ctrl+Shift+J; F2 |
Find Usages | Ctrl+Shift+U |
Rename Symbol Under Cursor | Ctrl+Shift+R |
Gofmt | Shift+F7 |
Comment/Uncomment | Ctrl+/ |
Find | |
Find | Ctrl+F |
Find Next | F3 |
Find Previous | Shift+F3 |
Replace | Ctrl+H |
Find in File | Ctrl+Shift+F |
Build | |
Build | Ctrl+B, F7 |
Install | Ctrl+F8 |
Test | Ctrl+T |
Run | Ctrl+F5 |
Build and Run | Ctrl+R |
Run in Term | Ctrl+Shift+F5 |
File Run | Alt+F6 |
Debug | |
Debug | F5 |
Continue | F5 |
Insert/Remove BreakPoint | F9 |
Stop Debug | Shift+F5 |
Step Info | F11 |
Step Over | F10 |
Step Out | Shift+F11 |
Run to Line | Shift+F10 |
Markdown Editor | |
Bold | Ctrl+B |
Italic | Ctrl+I |
H1-H6 | Ctrl+1,...,Ctrl+6 |
Inline Code | Ctrl+K |
Link | Ctrl+Shift+L |
Image | Ctrl+Shift+I |
Unordered List | Ctrl+Shift+U |
Ordered List | Ctrl+Shift+O |
Blockquote | Ctrl+Shift+Q |
Horizontal Rule | Ctrl+Shift+H |